// JavaScript Document

<!--Pop-up Window Control-->
function openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
<!--end Pop-up Window Control-->

<!--start copyright--> 


var year=new Date().getYear();
  if ((navigator.appName == "Microsoft Internet Explorer") && (year < 2000))
     year="19" + year;
  if (navigator.appName == "Netscape")
     year=1900 + year;
//-->



function ThisYear()
{  


document.write 

(year);

}


// end copyright-->

