<!--
// Copyright 2005, Ruban K
// Find current Year
now = new Date
theYear = now.getYear()
if (theYear < 1900)
theYear=theYear+1900
document.write(theYear)
//-->
