// Writes Header
// must be within a <form>

document.writeln('<table width="100%" border=0 cellspacing=0 cellpadding=0><tr>')
//document.writeln('		<td width=10>&nbsp;</td>')
document.writeln('		<td valign=bottom><img src="images/empty1x1.gif" border=0 width=1 height=40><a href="index.htm"><img src="images/NetInterestsTitle.jpg" border=0 alt="go to NetInterests homepage"></a>')
if (typeof subtitleImg != "undefined") {
	document.writeln('		<a href="' + subtitleUrl + '">')
	document.writeln('		<img src="' + subtitleImg + '" border=0 alt="' + subtitleAlt + '"></a>')
}
document.writeln('		</td><td align=right valign=bottom class=small>')
document.writeln('			<a href="javascript:alert(\'Under Construction.\\n\\nPlease check back soon...\')">My NetInterests (login)</a>&nbsp;&nbsp;|&nbsp;&nbsp;')
document.writeln('			Search:<input type=text class=small size=15 name="search">&nbsp;&nbsp;&nbsp; ')
document.writeln('			<a href="javascript:alert(\'Under development...\')"><img src="images/magnifySmall.jpg" align="absmiddle" alt="Search NetInterests" border="0"></a>&nbsp;&nbsp;')
document.writeln('			<a href="search.htm"><img src="images/magnifyPlusSmall.jpg" align="absmiddle" alt="More Search Options..." border="0"></a>')
document.writeln('		</td></tr></table>')
