var strOut;



strOut = "<table style=\" padding-left:12px; padding-right:12px; background-color:#F7F7F7; border:1px solid #000000; \">";
strOut += "<tr> <td  width=\"300\" style=\"font:normal 10pt Arial; line-height:12pt;\">";
strOut += "<div align=\"center\"> <table border=0> <tr> <td align=\"center\">";




strOut += "<div style=\"font:bold 12pt Arial; color: #ff0000;\">No auctions scheduled at this time.<br>Please check back again soon.	<br><br></div>";


strOut += "</td> </tr>";


for (var i=1;i<1;i++) {
  cNode = eval("arAuct" + i);
  strOut += cNode[0];
} 

strOut += "</table>	</div> </td> </tr> </table>";

document.write(strOut);



