
/*if (top.frames.length == 0) {
  top.location="index.htm";
}*/

function DrawCopyright() {
	CurrentDate = new Date();
	Year = CurrentDate.getFullYear();
	document.write("<font class=\"CopyrightText\">Copyright &copy; " + Year + " Waldo Limited - All Rights Reserved.</font>");
}


