
/*Current date script for copyright
*/
copyright=new Date();
update=copyright.getFullYear();
document.write("Copyright © "+ update + " Wall and McGuigan - Backhoe Hire");
