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 titl=Layne Mineral Exploration href=/LayneMineral/index.html>MINERAL EXPLORATION HOME</a> | ');
document.write('<a title=Layne Mineral Exploration Services href=/LayneMineral/services.html>SERVICES</a> | ');
document.write('<a title=Layne Mineral Drilling Methods href=/LayneMineral/drilling_methods.html>DRILLING METHODS</a> | ');
document.write('<a title=Layne Mineral Exploration Safety href=/LayneMineral/safety.html>SAFETY</a> | ');
document.write('<a title=Layne Mineral Exploration Locations href=/LayneMineral/locations.html>LOCATIONS</a> | ');
document.write('<a title=Contact Layne Mineral Exploration href=/contact_mineral.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 Christensen Company &ndash; Liner Products href=http://www.laynechristensen.com>Layne Christensen Company</a>.  All rights reserved.');
document.write('</td></tr></table>');