<!--
	
	function copyrightDate()
	{
	    	today=new Date();
    		var year=today.getFullYear();
		
		document.write(year);
		return;
	}
-->