
<!--
<!--

// Create new year object
var YearNow;
YearNow = new Date();

// Call this function to return the current year
function year(){
 var Year;
 
 Year = YearNow.getFullYear();

 document.write(Year);
}

// -->

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
