var d = new Date(); 
var cur_year = d.getFullYear();

document.write('<table width=100% cellpadding=0 cellspacing=0 align=center><tr>');
document.write('<td class=mainTextSmBold align=center>');
document.write('<span class=printHidden>');
document.write('<a title=Layne Geo Home href=/index.html>LAYNE GEO HOME</a> | ');
document.write('<a title=Layne Geo Locations href=/locations.html>LOCATIONS</a> | ');
document.write('<a title=Geotechnical Services href=/services.html>GEOTECHNICAL SERVICES</a> | ');
document.write('<a title=Layne Geo Sitemap href=/sitemap.html>SITE MAP</a> | ');
document.write('<a title=Contact Layne Geo href=/contact.html>CONTACT US</a>');
document.write('<br><br></span>');
document.write('</td>');
document.write('</tr><tr>');
document.write('<td class=mainTextSm align=center>');
document.write('&copy;' + cur_year + ' <a title=Layne Geoconstruction Services &ndash; Geotechnical Division href=http://www.laynechristensen.com>Layne Christensen Company</a>.  All rights reserved.');
document.write('</td></tr></table>');  