<!--
function year() 
	{
		var now = new Date();
        document.write(now.getFullYear());
     }
   
function printWindow() {
	bV = parseInt(navigator.appVersion);
	if (bV >= 4) window.print();
}   

function P7_v4StyleSheet(a,b){ //v1.1 by PVII-www.projectseven.com
var m=false,tS='<l'+'ink re'+'l="sty'+'lesheet" t'+'ype="tex'+'t/css" hr'+'ef="'+b+'">';
 m=(a==0)?(!document.getElementById):(document.layers);
 if(m){document.write(tS);}
}
P7_v4StyleSheet(0,'http://www.carleton.ca/cu/template_files/_css/old_browsers.css');
   
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);

//-->
