var time=new Date();
var year=time.getFullYear();
var credit3 = "All photographs, drawings and text are &copy; <i>MSH Paving</i> 2002-";
var credit2 = "&nbsp;and cannot be reproduced without written permission.";
var build = "Site design and construction by <a href=http://www.cormaic.com class=bluelink>cormaic</a>";

document.write('<p class=smallgreen>' + credit3 + year + credit2 + '<p class=small>' + build);