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=Colog Borehole Geophysics href=/index.html>COLOG HOME</a> | ');
document.write('<a title=Colog Borehole Geophysics Services href=/services.html>SERVICES</a> | ');
document.write('<a title=Colog Borehole Geophysics Rentals href=/rentals.html>RENTALS</a> | ');
document.write('<a title=Colog Borehole Geophysics Seminars href=/seminars.html>SEMINARS</a> | ');
document.write('<a title=Contact Colog 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 Christensen Company &ndash; Liner Products href=http://www.laynechristensen.com>Layne Christensen Company</a>.  All rights reserved.');
document.write('</td></tr></table>');