window.focus()



function copy_year()
{
var year = new Date()
year = year.getYear()
document.write(year)
}