// JavaScript Document

// writes the copyright message to the footer
function copyright() {
		today=new Date();
		currYear=today.getFullYear();
		document.write("&copy;"+currYear+"&nbsp;")
}

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