var day= new Date();
var thisday = new Date();
var whatyear= new Date();
var whatmonth=new Date();
dateText = "";

theYear=whatyear.getFullYear();


document.open();
document.write("&copy; Anderson Associates (UK) Ltd - " + theYear);
