//###########################################################################################
//######################### version 2.0
//######################### This SCRIPT is copyright (c) by SUPERPET 2002-2008
//######################### Credit must be given with my full online name [SUPERPET] (TM)
//######################### Removal or alteration of this notice is strongly prohibited.
//######################### Contact superpet@aquatichub.com
//###########################################################################################



var time=new Date();
		var year=time.getYear();
		if (year < 2000)
			year = year + 1900;
		document.write(year);
