document.write('<TABLE cellpadding="0" cellspacing="5" border="0" width="100%" bgcolor="#FFFFFF" background="picts/background-bottom.gif" class="footer">');

document.write('   <tr>');
document.write('    <td>&nbsp;</td><td>&nbsp;</td>');
document.write('    <td valign="bottom">');
document.write('     <TABLE cellpadding="0" cellspacing="0" border="0" width="100%">');
document.write('      <tr>');
document.write('       <td align="right">');
document.write('         <a href="#top"><img src="picts/top.gif" height="31" width="31" border="0" vspace="8" hspace="5" alt="Top of Page"></a><br>');
document.write('       </td>');
document.write('      </tr>');
document.write('    </table>');
document.write('   </td>');
document.write('  </tr>	');

document.write('	<tr>');
document.write('		<td align="left" valign="top" width="33%">');
document.write('			&copy; 2008 Samson Publishing. All Rights Reserved.');
document.write('		</td>');
document.write('		<td align="center" valign="top" width="33%">');
document.write('            <A HREF="adminlogin.asp" class="footerlink" target="_blank">Administrator</a>');
document.write('		</td>');
document.write('		<td align="right" Valign="top">');
document.write('            Site Designed by ');
document.write('			<a href="http://www.thevbprogrammer.com" target="_blank" class="footerlink">The VB Programmer</a>');
document.write('		</td>');
document.write('	</tr>');
document.write('</table>');
