function myFoot(){
	now = new Date();
	document.write(now.getFullYear());
}

function t2_win() {
window.open('url', 'mywindow2', 'width=400, height=300, menubar=no, toolbar=no, scrollbars=yes');
}