


document.write("</style>\n");
function copyYear() {
	year = new Date().getFullYear();
	document.write(year);
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

