document.write("<div class='clear'> </div> ")
document.write("<p class='cen botnav'><a href='/index.htm'>Home</a> | ")
document.write("<a href='/features.htm'>Features</a> | ")
document.write("<a href='/sizing.htm'>Sizing</a> | ")
document.write("<a href='/about.htm'>About Us</a> | ")
document.write("<a href='/warranty.htm'>Warranty</a> | ")
document.write("<a href='/custom.htm'>Custom</a> | ")
document.write("<a href='/faq.htm'>FAQ</a> | ")
document.write("<a href='/contact.htm'>Contact</a> | ")
document.write("<a href='/sitemap.htm'>Site Map</a></p> ")
document.write("<p class='cen small hide'>This page printed from www.techsox.com</p> ")
document.write("<p class='cen small'> &copy; ")
var today = new Date()
var year = today.getYear()
if (year < 1900)
{
year = year + 1900;
}
document.write(year)
document.write(" Tech Sox. No content on this site may be reproduced or copied without specific permission.<br /> ")
document.write("Site by <a href='http://www.attentiondesign.ca' target='_blank'>Attention Web &amp; Graphic Design</a></p> ")
