if (userip==betatestip) { putrendererver(); dw(" - putrep.js 20080814<br>"); }
if (iframes==0)
   dw("<br><center><font size=+2>Sorry, you need an iframes-enabled browser to view this page properly.</font></center><br><br>");
else if (mwshowdata==0) { }
else if (rmwstat==0)
   dw("<img src='/gif/golden_eagle_glove_sm_wht.gif' alt='Resting eagle'>&nbsp;<font size=+2>Sorry, the MW engine is down for a while.</font>");
else
   dw("<img src='/gif/eagle_fly_sm_clr.gif' width=42 height=42 alt='Watching eagle'>&nbsp;<font size=+1>Watching ...</font>");
   
if (mwshowdata==0)
 dw("<br><h2><center><b>Sorry, the Market Watch service is down. No data to show atm.</b></center></h2><br>");
else
{
 dw("<br><center><b><a href='/ao/tools.html#aorc'>Do you need to contact some player and you're not ingame?</a></b>");
 if (mwnewscheck && mwldfid>'')
 {
    var url=rdroot+"/ao/mw/newscheck.shtml?f="+mwldfid;
    dw('<br><iframe src="'+url+'" width="100%" height=25 scrolling=no hspace=0 vspace=0 frameborder=0 marginheight=0 marginwidth=0></iframe>');
 }
 else
    dw("&nbsp;&nbsp; <nobr><a href='javascript:window.location.reload()'><b><font size='+1'>Reload this page to keep it current</font></b></a></nobr>");
 dw("</center><br>");
 
 if (typeof rsspath!='undefined') {
  if (rsspath!="" && userip==betatestip)
  {
     var rssuri=rdroot+rsspath;
     rssuri=rssuri.replace( /\/public_html/g, "" );
     dw("<br>");
     if (typeof newfeat_rss!='undefined') { dw('<font color="red"><b>NEW</b></font> '); }
     dw("Get this report's new items by <a href='"+rssuri+"'><img src='/gif/rss.gif' border=0 alt='RSS'><img src='/gif/xml.gif' border=0 alt=' XML'> feed.</a>");
     dw(" - ");
     dw("<a href='http://fusion.google.com/add?feedurl="+rssuri+"' target=_blank><img src='/gif/add_to_google.gif' width='104' height='17' border='0' alt='Add to Google'></a>");
     dw(" <a href='http://add.my.yahoo.com/rss?url="+rssuri+"' target=_blank><img border=0 src='/gif/addtomyyahoo2.gif' vspace='2' alt='Add to My Yahoo'></a>");
  }
 }
 
 if (iframes)
 {
  dw('<table border="1" cellspacing="0" cellpadding="2" width="100%" style="text-align: left; width: 100%; background-color: rgb(255, 255, 255);">');
  var timehead="<a href='/xl/timenow.htm' target=_blank><b>Timestamp</b></a>";
  if (reptsnum) timehead="<b>How long ago?</b>";
  
  puttabrow(timehead,"<b>Ch</b>","<b>Posted by</b>","<b>Item</b>","<b>QL</b>","&nbsp;");
  if (typeof numwtsirs=='undefined')
     puttabrow("","","","Report data is incomplete. Please reload the page in a few seconds.<br>If after a few tries you still can't see it, try to clear your browser's cache and reload again.<br>If that doesn't work please check the <a href='/ao/mw-troubleshooting.html'><b>Market Watch Troubleshooting page</b></a>","");
  else if (/pub3/.test(top.location.toString().toLowerCase()))
     puttabrow("","","","Sorry, individual symbiant reports are no longer available.","");
  else
  {
     if (numwtsirs>0) { var i; for (i=numwtsirs-1;i>=0;i--) putir(wtsir[i],i); }
     else { puttabrow("","","","Nothing to report at the moment.","",""); }
     
     if (numwtsirs>5) puttabrow(timehead,"<b>Ch</b>","<b>Posted by</b>","<b>Item</b>","<b>QL</b>","&nbsp;");
  }
  dw('</table>');
  setupDatarows();
 }
}

