// JavaScript Document

function ShowNowYear() {
   var now = new Date();
   var year = now.getFullYear();
   document.write(year);
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
