var strOut;


arAuct1 = new Array("<tr> <td> <a href=\"http://www.sdauctions.com/index.php?cmd=prevauction&amp;id=5023\" style=\"font:bold 10pt Arial;color:#0000EE;text-decoration:underline;\"> Friday, February 26, 2010 - 10:00 AM</a><br> <span style=\"font:10pt Arial;	color: #ff0000; text-align:left;\">Posted 13-Jan-2010</span>&nbsp;    <br> <div style=\"font:bold 10pt Arial;	color: #008040;\">161 Acres  Mellette, SD Area Real Estate Sale</div> <div style=\"font:10pt Arial;	text-align:left;\">Auction Location: Mellette, SD <br> Owners: Janet C. Rogers Trust - Janet C. Rogers, Trustee</div><br> </td> </tr> ");


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: #000000;\">Upcoming Auctions</div><br>";




strOut += "</td> </tr>";


for (var i=1;i<2;i++) {
  cNode = eval("arAuct" + i);
  strOut += cNode[0];
} 

strOut += "</table>	</div> </td> </tr> </table>";

document.write(strOut);


