	document.write('<font color="#FF0000" style="font-size:10px;">© ');
	today=new Date();
	y0=today.getFullYear();
	document.write(y0);
	document.write('&nbsp;Богата Хата</font>');
