		var year;	
		Today = new Date();	
		year = Today.getFullYear(); 
		copyrightText = + year;
		document.write(copyrightText);