var host=window.location.host;
 myRe=/^dev\./;
if(!myRe.test(host)) {
	var globalsecure = "https://secure.solvanon.com";
	var globalunsecure = "http://www.solvanon.com";
}
else {
	var globalsecure = "http://dev.solvanon.com";
	var globalunsecure = "http://dev.solvanon.com";
}

function subLinks() {
var temp = "";
temp +='<div align="center">';
temp +='<a href="'+globalsecure+'/account/signup.html"><img src="/img/nav-signup.gif" name="signup" width="105" height="10" border="0" alt="Sign Up for Service" hspace="9" vspace="4" /></a>';
temp +='<a href="'+globalsecure+'/account/get.html"><img src="/img/nav-get.gif" name="get" width="132" height="10" border="0" alt="Get Your Problem Report" hspace="9" vspace="4" /></a>';
temp +='<a href="'+globalsecure+'/account/manage.html"><img src="/img/nav-manage.gif" name="manage" width="116" height="10" border="0" alt="Manage Your Account" hspace="9" vspace="4" /></a>';
temp +='<a href="'+globalunsecure+'/help.html"><img src="/img/nav-help.gif" name="help" width="170" height="10" border="0" alt="Help People to Report Problems" hspace="9" vspace="4" /></a><br>';
temp +='<a href="'+globalunsecure+'/account/links.html" ><img src="/img/get_links.gif" name="getlinks" width="52" height="10" border="0" alt="Get Links" hspace="9" vspace="4" /></a>';
temp +='<a href="'+globalsecure+'/subscriber/privacy.html" ><img src="/img/nav-security.gif" name="security" width="109" height="10" border="0" alt="Privacy and Security" hspace="9" vspace="4" /></a>';
temp +='<a href="'+globalunsecure+'/subscriber/about.html"><img src="/img/nav-about.gif" name="about" width="49" height="9" border="0" alt="About Us" hspace="9" vspace="4" /></a>';
temp +='<a href="'+globalunsecure+'/subscriber/faq.html"><img src="/img/nav-faq.gif" name="faq" width="23" height="9" border="0" alt="FAQ" hspace="9" vspace="4" /></a>';
temp +='<a href="'+globalsecure+'/subscriber/comment.html"><img src="/img/nav-comment.gif" name="comment" width="91" height="9" border="0" alt="Make a Comment" hspace="9" vspace="4" /></a>';
temp +='<a href="'+globalunsecure+'/subscriber/why.html"><img src="/img/nav-why.gif" name="cares" width="100" height="8" border="0" alt="Why Subscribe?" hspace="9" vspace="4" /></a>';
temp +='<a href="'+globalunsecure+'/index.html"><img src="/img/nav-home.gif" name="home" width="31" height="9" border="0" alt="Home" hspace="9" vspace="4" /></a>';
temp +='</div>';
document.write(temp);
}

function prLinks() {
var temp = "";
temp +='<div align="center">';
temp +='<a href="'+globalsecure+'/cgi-bin/report.cgi"><img src="/img/nav-report.gif" name="report" width="93" height="10" border="0" alt="Report a Problem" hspace="9" vspace="4" /></a>';
temp +='<a href="'+globalunsecure+'/reporter/privacy.html" ><img src="/img/nav-security.gif" name="security" width="109" height="10" border="0" alt="Privacy and Security" hspace="9" vspace="4" /></a>';
temp +='<a href="'+globalunsecure+'/reporter/about.html"><img src="/img/nav-about.gif" name="about" width="49" height="9" border="0" alt="About Us" hspace="9" vspace="4" /></a>';
temp +='<a href="'+globalunsecure+'/reporter/faq.html"><img src="/img/nav-faq.gif" name="faq" width="23" height="9" border="0" alt="FAQ" hspace="9" vspace="4" /></a>';
temp +='<a href="'+globalsecure+'/reporter/comment.html"><img src="/img/nav-comment.gif" name="comment" width="91" height="9" border="0" alt="Make a Comment" hspace="9" vspace="4" /></a>';
temp +='<a href="'+globalunsecure+'/index.html"><img src="/img/nav-home.gif" name="home" width="31" height="9" border="0" alt="Home" hspace="9" vspace="4" /></a>';
temp +='</div>';
document.write(temp);
}

function footer() {
var temp = "";
temp +='<div align="center">';
temp +='<table cellpadding="0" cellspacing="1" border="0" width="560">';
temp +='<tr><td width="125"><script language="Javascript" src="https://seal.godaddy.com/getSeal?sealID=178848575704623eef412711420cd8aab17ff2070630813170839671"></script></td>';
temp +='<td><div align="center" class="footer">The Deem Corporation<br />';
temp +='PO Box 451117 &nbsp;&nbsp; Omaha, NE 68145 &nbsp;&nbsp; USA<br />';
temp +='Toll-Free: (800) 786-5748 &nbsp;&nbsp; Fax: (402) 895-2306<br />';
temp +='E-mail: <a href="mailto:info@solvanon.com">info@SolvAnon.com</a><br />';
temp +='&copy; 2001-2007 The Deem Corporation. All Rights Reserved.<br />';
temp +='';
temp +='</div></td>';
temp +='<td width="125" align="right"><a href="javascript:Certify(\'http://www.bbbonline.org/cks.asp?id=714000167\');"><img src="/img/smreli.gif" width="52" height="80" border="0" vspace="5" alt="BBBOnLine Reliability Seal" /></a></td></tr></table>';
temp +='</div>';
document.write(temp);
}

function cert() {
var temp = "";
temp +='<table border="0" align="center"><tr>';
temp +='<td align="center"><script language="Javascript" src="https://seal.godaddy.com/getSeal?sealID=178848575704623eef412711420cd8aab17ff2070630813170839671"></script><br /><br /></td>';
temp +='</tr><tr>';
temp +='<td align="center"></td></tr></table>';
document.write(temp);
}

function bbb(align) {
var temp = "";
temp += '<a href="javascript:Certify(\'http://www.bbbonline.org/cks.asp?id=714000167\');"><img src="/img/smreli.gif" width="52" height="80" border="0" vspace="5" alt="BBBOnLine Reliability Seal" align="'+align+'" /></a>';
document.write(temp);
}

function Certify(URL) {
  popupWin = window.open(URL, 'Participant', 'location,scrollbars,width=450,height=300')
  window.top.name = 'opener';
}