update = new Date();
year = update.getYear();
if (year < 2000) year = 1900 + year;

document.writeln("<P ALIGN=center CLASS=clsCopy>Copyright &#169; 2003 - "+ year +" LodgeDat / Phillip Benson. All Rights Reserved.</P>");
document.writeln("<P ALIGN=center CLASS=clsCopy><A HREF=mailto:sales@lodgedat.co.uk>E-mail: sales@lodgedat.co.uk<A/></P>");


