var popupwin=window.open("","SpaceportsAd","width=500, height=100, status=0, location=0");

if (navigator.appName=="Netscape") {
 popupwin.resizeTo(500,100);
}

if (popupwin != null) {
 popupwin.document.write("<html><head><title>Please visit our sponsors.</title></head>");
 popupwin.document.write("<body bgcolor=#000000 leftmargin=0 marginheight=0 marginwidth=0 topmargin=0>");
 popupwin.document.write("<table border=0 cellpadding=0 cellspacing=0 height=100% width=100%><td align=center>");
 popupwin.document.write("<a target=_blank href=http://kansas.valueclick.com/cgi-bin/redirect?host=hs0156068&b=125879777487453>");
 popupwin.document.write("<img border=0 height=60 width=468 src=http://kansas.valueclick.com/cgi-bin/cycle?host=hs0156068&b=125879777487453>");
 popupwin.document.write("</a></td></table>");
 popupwin.document.write("</body></html>");
}
