var time=new Date();
var year=time.getYear();
if (year < 2000)    // Y2K Fix, Isaac Powell
year = year + 1900; // http://onyx.idbsu.edu/~ipowell
document.write(year+". Design by <a href='http://www.sleath.co.uk/' target='_top'>sleath.co.uk</a>.");

