//the following line must appear just beneath the <body> tag of each page on which you want the footer:
//<script language="JavaScript" src="header.js"></script>
//document.write('<font face="Arial" size="2"><strong>');
document.write('<table border="0" cellpadding="2" cellspacing="0" width="100%">');
document.write('<tr>');
document.write('<td width="30%"><p align="left">');
document.write('<a href="../../../default.htm">');
document.write('<img src="../../../images/logosheaders/snikslogolg1.gif" width="163" height="62" alt="Sniks.com" border="0">');
document.write('</a></p>');
document.write('</td>');
document.write('<td width="40%"><p align="center">');
document.write('<a href="frog1.htm">');
document.write('<font face="Book Antiqua" color="#AF2F1D" size="6">Frog Blankets</font>');
document.write('</a></p></td>');
document.write('<td width="30%"></td>');
document.write('</tr>');
document.write('</table>');
//document.write('<hr size="2" color="#000000">');
