// JavaScript Document
function copyrightUpdate() {
	var d=new Date();
	yr=d.getFullYear();
	if (yr!=2009)
	document.write("- "+yr );
}
