	<!--
function print_date() {	 
var d=new Date();	 
document.write(d.toLocaleString());} 
//-->