function thisYear(){y=((new Date()).getYear());y+=(y<1900?1900:0);return y;}
function f1l0O(){l='jniad@skuw'.split('');p=(''+Math.PI).split('');e='';for(i=0;i<14;i++){if(p[i]!='.'){e+=l[p[i]];}if(i==2){l[p[i]]='y';}if(i==8){l[p[9]]='.';}if(i==9){l[p[10]]='co';}if(i==12){p[13]=7;}}return(e);}
function f10O0(i){e=f1l0O();h="<a href=\"mai"+"lto:"+e+"\">"+e+"</a>";document.getElementById(i).innerHTML=h;}
function f11O0(i,j){e=f1l0O();h="<a href=\"mai"+"lto:"+e+"\">"+j+"</a>";document.getElementById(i).innerHTML=h;}

function displayIEWarningMessage(){
elt=document.createElement("div");
	html = "<center><div align=\"center\" style=\"width:800px;border:3px solid red;padding:5px;background-color:#ffc\">"
		 + "<font size=+1>Warning! You are using an old version of Internet Explorer. Please upgrade.<"+"/font><p>"
		 
		+ "For security reasons, you are strongly advised to upgrade to a newer browser.<br>"
			
		+ "The latest Internet Explorer can be found "
		+ "<a href=\"http://www.microsoft.com/windows/downloads/ie/getitnow.mspx\">here<"+"/a>.<p> "
			
		+ "Alternative browsers are also available: try "
		+ "<a href=\"http://www.mozilla.com/en-US/\">Firefox<"+"/a>, "
		+ "<a href=\"http://www.opera.com/\">Opera<"+"/a> "
		+ "or <a href=\"http://www.google.com/chrome/\">Chrome<"+"/a><br>"
			
		+ "For background about the security risks, please read the explanations from "
		+ "<a href=\"http://windowshelp.microsoft.com/Windows/en-GB/Help/a426bb85-708c-4b75-87e2-874f9be3b4aa1033.mspx\">Microsoft</a> "
		+ "and <a href=\"http://mail.google.com/support/bin/answer.py?&answer=107906\">Google.<"+"/a>"
		+ "<"+"/div></center><p><p>";
elt.innerHTML=html;document.body.insertBefore(elt,document.body.firstChild);
}
isIE5=isIE6=false;
if(navigator.userAgent.indexOf("MSIE 5")>-1){isIE5=true;}
if(navigator.userAgent.indexOf("MSIE 6")>-1){isIE6=true;}
if(isIE5||isIE6){window.onload=displayIEWarningMessage;}