function fixUglyIE()
{
	for (a in document.links) document.links[a].onfocus = document.links[a].blur;
}
if (document.all)
{
	document.onmousedown = fixUglyIE;
}
document.write('		</div>');
document.write('		</div>');
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("Sidan uppdaterad "+datumet.getFullYear()+"-"+temp1+"-"+temp2);
document.write('</font>');
document.write('	</center>');
document.write('</BODY>');
document.write('</HTML>');