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 Energy Home href=/index.html>LAYNE HOME</a> | ');
document.write('<a title=Layne Christensen Company href=/LCC.html>LAYNE CHRISTENSEN</a> | ');
document.write('<a title=Layne Energía SA Chile href=/chile.html>CHILE</a> | ');
document.write('<a title=Coalbed Methane href=/cbm.html>COALBED METHANE</a> | ');
document.write('<a title=Shale Gas href=/shale.html>SHALE</a><BR>');
document.write('<a title=Layne Energy Special Projects href=/projects.html>SPECIAL PROJECTS</a> | ');
document.write('<a title=Layne Energy Photo Gallery href=/gallery.html>GALLERY</a>');
document.write('<a title=Contact Layne Energy target=new href=/contact.html>CONTACT US</a> | ');
document.write('<a title=Layne Energy Landowner Facts &amp; Questions href=/landownerfaq.html>LANDOWNER FAQ</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 Christensen Company &ndash; Layne Energy href=http://www.laynechristensen.com>Layne Christensen Company</a>.  All rights reserved.');
document.write('</td></tr></table>');