document.writeln('<table cellpadding="0" cellspacing="0" style="width:185px;font-size:11px;font-family:arial;border-bottom:1px solid  #CAC2AA">');
document.writeln('<tr class="StockHeader">');
document.writeln('<td width="70">Symbol</td>');
document.writeln('<td aligh="right">Last</td>');
document.writeln('<td width="40"></td>');
document.writeln('<td align="right">Change</td>');
document.writeln('</tr>');
document.writeln('<tr class="StockRow">');
document.writeln('<td class="todaysMarkets1" style="border-left:1px solid #CAC2AA"><A href="/USMarketIndices.htm?wsUrl=http://localhost/Merrill/So/1/MdInc4.aspx&amp;indice=INDU">DJIA</A></td>');
document.writeln('<td align="right" class="price">10779.17</td>');
document.writeln('<td align="right"><img src="/images/markets_green_arrow.gif"></td>');
document.writeln('<td align="right" class="up">45.50</td>');
document.writeln('</tr>');
document.writeln('<tr class="StockRow">');
document.writeln('<td class="todaysMarkets1" style="border-left:1px solid #CAC2AA"><A href="/USMarketIndices.htm?wsUrl=http://localhost/Merrill/So/1/MdInc4.aspx&amp;indice=SPX">S&amp;P 500</A></td>');
document.writeln('<td align="right" class="price">1165.83</td>');
document.writeln('<td align="right"><img src="/images/markets_red_arrow.gif"></td>');
document.writeln('<td align="right" class="down">-0.38</td>');
document.writeln('</tr>');
document.writeln('<tr class="StockRow">');
document.writeln('<td class="todaysMarkets1" style="border-left:1px solid #CAC2AA"><A href="/USMarketIndices.htm?wsUrl=http://localhost/Merrill/So/1/MdInc4.aspx&amp;indice=COMPQ">NASDAQ</A></td>');
document.writeln('<td align="right" class="price">2391.28</td>');
document.writeln('<td align="right"><img src="/images/markets_green_arrow.gif"></td>');
document.writeln('<td align="right" class="up">2.19</td>');
document.writeln('</tr>');
document.writeln('</table>');
