document.write('<div id="bottom-nav"><a href="http://www.sealmaster.com/applications.htm">Application</a>|<a href="http://www.sealmaster.com/profiles.htm">Profiles</a>|<a href="http://www.sealmaster.com/accessories.htm">Accessories</a>|<a href="http://www.sealmaster.com/products.htm"> Products</a>|<a href="http://www.sealmaster.com/engineering.htm"> Engineering</a>|<a href="http://www.sealmaster.com/quality-control.htm">Quality Control</a>|<a href="http://www.sealmaster.com/introduction.htm">Seals "101"</a>|<a href="http://www.sealmaster.com/company-profile.htm">Company Profile</a>|<a href="http://www.sealmaster.com/customers.htm">Customers</a>|<a href="http://www.sealmaster.com/faq.htm">FAQ</a>|<a href="http://www.sealmaster.com/rsvp.htm">RFQ</a>|<a href="http://www.sealmaster.com/contact.htm">Contact us</a> <br> ');
Stamp = new Date();
document.write('&copy; Copyright 1999-'+Stamp.getFullYear()+' Seal Master Corporation All Rights Reserved<br>');
// this next part simply checks for the filename being correct to display copyright information
// if it remains as a short list this will be an optimal solution otherwise it will need to
// have some sort of array of all the names and loop through -> performance hit but more elegant solution
var addy = location.href;
var args = addy.split("/");
if(args[args.length-1] == 'material-selection.htm'){
	document.write('Viton&reg; is a registered trademark of DuPont Dow Elastomers, L.L.C.<br>');
  	document.write('Dacron&reg;, Kevlar&reg; and Nomex&reg; are DuPont registered trademarks.');
}
document.write('</div> ');