<!--//--><![CDATA[//><!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

ieListTrigger = function() {
	if (document.all&&document.getElementById)
	{
		navRoot = document.getElementById("nav");
		for (i=0; i<navRoot.childNodes.length; i++) 
		{
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") 
			{
				node.onmouseover=function() 
				{
					this.className+=" over";
				}
				node.onmouseout=function() 
				{
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}
}
window.onload=ieListTrigger;

function makeDate()
{
	d = new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");
	m = new Array("January","February","March","April","May","June","July","August","September","October","November","December");
	date = new Date();
	day = date.getDate();
	year = date.getYear();
	if (year < 2000) year = year+1900;
	todaysDate = " "+d[date.getDay()]+", "+m[date.getMonth()]+" "+day+", "+year;
	document.write(todaysDate);
}


//--><!]]>