//###########################################################################################
//######################### version 2.0
//######################### This SCRIPT is copyright (c) by Rapterdesigns 2002-2008
//######################### Credit must be given with my full online name [Rapterdesigns] (TM)
//######################### Removal or alteration of this notice is strongly prohibited.
//######################### Contact webmaster@rapterdesigns.com
//###########################################################################################



var time=new Date();
		var year=time.getYear();
		if (year < 2000)
			year = year + 1900;
		document.write(year);