var nl = getNewLine()

function getNewLine() {
	var agent = navigator.userAgent

	if (agent.indexOf("Win") >= 0)
		return "\r\n"
	else
		if (agent.indexOf("Mac") >= 0)
			return "\r"

 	return "\n"

}

topdata = ''+nl+
	'  '+nl+
	'<style>  '+nl+nl+
	'.white {'+nl+
	'text-decoration:none;'+nl+
	'background-color:#00557d;'+nl+
	'color:white;'+nl+
	'}'+nl+
	'.white:link {color:white;background-color:#00557d;text-decoration:none;}'+nl+
	'.white:visited {color:white;background-color:#00557d;text-decoration:none;}'+nl+
	'.white:hover {color:yellow;background-color:#00557d;}'+nl+nl+
	'body {  '+nl+nl+
	' SCROLLBAR-TRACK-color: #000000;  '+nl+
	' SCROLLBAR-FACE-color: #000000;  '+nl+
	' SCROLLBAR-HIGHLIGHT-color: #666666;  '+nl+
	' SCROLLBAR-SHADOW-color: #666666;  '+nl+
	' SCROLLBAR-ARROW-color: #33aaaa;  '+nl+
	' SCROLLBAR-3DLIGHT-color: #ffffff;  '+nl+
	' SCROLLBAR-DARKSHADOW-color: #ffffff  '+nl+nl+
	'}  '+nl+nl+
	'.main {  '+nl+
	' border-right: #aaaaaa 0px solid;  '+nl+
	' padding-right: 3px;  '+nl+
	' border-top: #dddddd 0px solid;  '+nl+
	' padding-left: 3px;  '+nl+
	' font-size: 8pt;  '+nl+
	' padding-bottom: 3px;  '+nl+
	' border-left: #dddddd 0px solid;  '+nl+
	' width: 500px;  '+nl+
	' padding-top: 3px;  '+nl+
	' border-bottom: #dddddd 0px solid;  '+nl+
	' font-family: Arial,Helvetica,Verdana,Times Roman;  '+nl+
	' height: 250px;  '+nl+
	' text-align: left;  '+nl+
	'}  '+nl+nl+
	'.info {  '+nl+
	' border-right: #aaaaaa 1px;  '+nl+
	' padding-right: 5px;  '+nl+
	' border-top: #aaaaaa 1px solid;  '+nl+
	' /* overflow-y: scroll;  */'+nl+
	' padding-left: 5px;  '+nl+
	' font-size: 8pt;  '+nl+
	' padding-bottom: 5px;  '+nl+
	' border-left: #aaaaaa 1px solid;  '+nl+
	' width: 350px;  '+nl+
	' color: #000000;  '+nl+
	' padding-top: 5px;  '+nl+
	' border-bottom: #aaaaaa 1px solid;  '+nl+
	' font-family: verdana;  '+nl+
	' height: 175px;  '+nl+
	' SCROLLBAR-TRACK-color: #ffffff;  '+nl+
	' SCROLLBAR-FACE-color: #ffffff;  '+nl+
	' SCROLLBAR-HIGHLIGHT-color: #666666;  '+nl+
	' SCROLLBAR-SHADOW-color: #666666;  '+nl+
	' SCROLLBAR-ARROW-color: #33aaaa;  '+nl+
	' SCROLLBAR-3DLIGHT-color: #ffffff;  '+nl+
	' SCROLLBAR-DARKSHADOW-color: #ffffff  '+nl+
	'}  '+nl+nl+
	'li { font-size: 8pt;}  '+nl+nl+
	'</style>  '+nl+
	'<scr'+'ipt>'+nl+nl+
	'function checkTL(){'+nl+
	'msg="TEMPLATE VIEWER:\\n\\nRequires IE4+ and Win32 to operate.\\nUses ActiveX to enable template editing.\\nHigh security settings will disable this feature.\\n\\n"+'+nl+
	'	"Note: Windows XP and 2000 could be prompted\\nfo install disks. "+'+nl+
	'	"You may need them to operate the \\nviewer. Win 98 and NT are OK to use now.\\n\\nLoad Template Viewer?..."'+nl+
	'q = confirm(msg)'+nl+
	'if(q==true){'+nl+
	' open(\'t/emplateLoader.php\',\'_blank\',\'width=700, height=540,resizable=yes,scrollbar=no\');'+nl+
	' }'+nl+
	'}'+nl+nl+nl+
	'</scr'+'ipt>'+nl+
	'</head>  '+nl+
	'  '+nl+
	'  '+nl+
	'<body leftmargin=0 rightmargin=0 bgcolor=000000 link=blue vlink=blue alink=blue>'+nl+
	'<table cellpadding=0 cellspacing=0 border=0 width=768 bgcolor=ffffff align=center><tr><td colspan=2 background="../images/top.jpg" height=169 align=left valign=bottom>'+nl+
	'<div style="padding-bottom:15px;margin-left:370px;">'+nl+
	'<font face="MS Sans Serif" size="1"><a href="/web.php?id=login" class=white>Login</a> ::: <a href="/web.php?id=support" class=white>Support</a> ::: <a href="/web.php?id=services" class=white>Services</a> ::: <a href="/web.php?id=contact" class=white>Contact</a> ::: <a href="/web.php" class=white>Home</a></font> &nbsp;&nbsp;&nbsp;'+nl+nl+
	'</div>'+nl+
	'</td></tr><tr><td width=210 valign=top align=left>'+nl+nl+
	'<a href="../web.php?id=hosting" target="_self"'+nl+
	'	onmouseover="document.opt1.src=\'../images/opt1_on.jpg\'; window.status=\'Need help building a web presence? Click here\';return true"'+nl+
	'	onmouseout="document.opt1.src=\'../images/opt1.jpg\'"'+nl+
	'	onclick="return true">'+nl+
	'  <img src="../images/opt1.jpg" name="opt1" width="195" height="49" border="0" /></a><br />'+nl+nl+
	'<a href="../web.php?id=wizards" target="_self"'+nl+
	'	onmouseover="document.opt3.src=\'../images/opt3_on.jpg\'; window.status=\'Speed up your designs with these code generators\';return true"'+nl+
	'	onmouseout="document.opt3.src=\'../images/opt3.jpg\'"'+nl+
	'	onclick="return true">'+nl+
	'  <img src="../images/opt3.jpg" name="opt3" width="195" height="49" border="0" /></a><br />'+nl+nl+
	'<a href="../web.php?id=studio#templates" target="_self"'+nl+
	'	onmouseover="document.opt4.src=\'../images/opt4_on.jpg\'; window.status=\'Funky webpage templates in a variety of categories\';return true"'+nl+
	'	onmouseout="document.opt4.src=\'../images/opt4.jpg\'"'+nl+
	'	onclick="return true">'+nl+
	'  <img src="../images/opt4.jpg" name="opt4" width="195" height="49" border="0" /></a><br />'+nl+nl+
	'<a href="../web.php?id=services" target="_self"'+nl+
	'	onmouseover="document.opt6.src=\'../images/opt6_on.jpg\'; window.status=\'Our design, seo and consultancy services\';return true"'+nl+
	'	onmouseout="document.opt6.src=\'../images/opt6.jpg\'"'+nl+
	'	onclick="return true">'+nl+
	'  <img src="../images/opt6.jpg" name="opt6" width="195" height="49" border="0" /></a><br />'+nl+nl+
	'<a href="http://www.thepublicvotes.com" target="_self"'+nl+
	'	onmouseover="document.opt7.src=\'../images/opt7_on.jpg\'; window.status=\'What do people think? See our survey services\';return true"'+nl+
	'	onmouseout="document.opt7.src=\'../images/opt7.jpg\'"'+nl+
	'	onclick="return true">'+nl+
	'  <img src="../images/opt7.jpg" name="opt7" width="195" height="49" border="0" /></a><br /><br />'+nl+
	'</td><td align=left style="font-size:8pt;font-family:arial;color:666666">'+nl+nl+nl+
	'<table cellpadding="3" cellspacing="0" border="0" width="100%" style="font-size:8pt;font-family:arial black;border-bottom:solid 1px;">'+nl+
	'<tr>'+nl+
	'<td bgcolor="#ffffff">'+nl+
'<table cellpadding="3" cellspacing="0" border="0" width="100%">'+nl+
	'<tr>'+nl+
	'<td bgcolor="#ffffff">'+nl+
	'<a href="waterengine.php" target=_blank><img src="banner.jpg" border=0 alt="click here"></a>  '+nl+nl+
	'<div align="center">'+nl+
	' </div></div></td>'+nl+
	'</tr>'+nl+
	'</table>'+nl+
	'</td>'+nl+
	'</tr>'+nl+
	'</table>'+nl+
	''

document.write(topdata);

