function fixUglyIE()
{
	for (a in document.links) document.links[a].onfocus = document.links[a].blur;
}
if (document.all)
{
	document.onmousedown = fixUglyIE;
}
document.write('		</TD>');
document.write('	</TR>');
document.write('	</TABLE>');
document.write('	<CENTER>');
document.write('<font size="-2">');
	var datumet=new Date(document.lastModified),temp1=datumet.getMonth()+1,temp2=datumet.getDate();
	(temp1<10)?temp1="0"+temp1:x=0,(temp2<10)?temp2="0"+temp2:x=0;
	document.write("Updated "+datumet.getFullYear()+"-"+temp1+"-"+temp2);
	document.write('</font>');
document.write('	</CENTER>');
document.write('</BODY>');
document.write('</HTML>');
