// Writes footer

document.writeln('<table width="100%" border=0 cellspacing=0 cellpadding=0><tr>')
document.writeln('		<td align=center colspan=2>')
document.writeln('			<a href="security.htm" class=smallLinks>Security</a>&nbsp;&nbsp;|&nbsp;')
document.writeln('			<a href="legal.htm" class=smallLinks>Legal</a>&nbsp;&nbsp;|&nbsp;')
document.writeln('			<a href="privacy.htm" class=smallLinks>Privacy</a>&nbsp;&nbsp;|&nbsp;')
document.writeln('			<a href="terms.htm" class=smallLinks>Terms &amp; Conditions</a>')
document.writeln('		</td></tr>')
document.writeln('	<tr bgcolor=#c9cbcb>')
document.writeln('		<td valign=absmiddle height=5>')
document.writeln('			<a href="http://www.netinterests.com" target=_blank>')
document.writeln('				<img src="images/logo1.gif" border=0 alt="go to NetInterests"></a>&nbsp;&nbsp;')
document.writeln('			<a href="contact.htm">')
document.writeln('				<img src="images/mainPhoneNo.gif" border=0 alt="Click for more contact information..."></a></td>')
document.writeln('		<td valign=bottom class=graySmall align=right height=5>')
document.writeln('			<a href="http://www.geocities.com/johngaltideal/index.htm" ')
document.writeln('				target=_blank><img src="images/empty1x1.gif" border=0 width=12></a>')
document.writeln('			Copyright &copy; 2003 by NetInterests<SUP class=micro>TM</SUP>, Inc. All rights reserved.')
document.writeln('		</td></tr></table>')

