function displayCopyright()
   {

	document.write('<font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#666666">');
	document.write('<a href="http://www.spectrumbrands.com">©2006 Spectrum Brands, Inc.</a> All Rights Reserved. ');
	document.write('<br><a href="/legal/index.html">Privacy Policy</a><br>');

	document.write('</font><br>');
}
function displayTeflon()
   {

	document.write('<font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#666666">');
	document.write('TEFLON® is a registered trademark of E.I. du Pont de Nemours Company ');
	document.write('and is used under license by Spectrum Brands, Inc.<br>');
	document.write('</font><br>');
}