<!-- BEGIN portfolio_wide.tpl -->
<div class="centered" id="LayerTable1"><br />
<table class="TContenu100" cellspacing="0" cellpadding="2">
<tr class="design3">
<th class="centerednowrappercent10">{LANG_BOOK_5}</th>
<th class="centerednowrappercent10">{QUOTE_SYMBOL}</th>
<th class="rightednowrappercent16">{QUOTE_LAST_PRICE}</th>
<th class="rightednowrappercent16">{QUOTE_CHANGE}</th>
<th class="rightednowrappercent16">{QUOTE_PER_CHANGE}</th>
<th class="rightednowrappercent16">{QUOTE_VOLUME}</th>
<th class="rightednowrappercent16">{QUOTE_LAST_TRAD}</th>
</tr><!-- BEGIN BOUCLE_QUOTES -->
<tr class="{classbgcolor}" onmouseover="setPointer(this, 'over', '{COLOR}', '{COLOR_SETPOINTER_2}', '{COLOR_SETPOINTER_3}')" onmouseout="setPointer(this, 'out', '{COLOR}', '{COLOR_SETPOINTER_2}', '{COLOR_SETPOINTER_3}')" onmousedown="setPointer(this, 'click', '{COLOR}', '{COLOR_SETPOINTER_2}', '{COLOR_SETPOINTER_3}')">
<td class="centerednowrappercent10"><form id="pquote{Symbol}" method="post" action="{SELF}"><div class="line"><input type="hidden" name="op" value="delete" /><input type="hidden" name="id" value="{ID}" /><input type="image" value="Fetch" src="?flag=non" /></div></form></td>
<td class="centerednowrappercent10"> <a class="menu" href="javascript:void(0)" onclick="OpenPopUp('http://finance.yahoo.com/q?d=t&s={ID}','{POPUP_NAME}',{POPUP_WIDTH},{POPUP_HEIGHT})">{Symbol}</a></td>
<td class="rightednowrappercent16">{Price}</td>
<td class="rightednowrappercent16"><span class="menuvert">{Change}</span></td>
<td class="rightednowrappercent16"><span class="menuvert">{PercentageChange}</span></td>
<td class="rightednowrappercent16">{Volume}</td>
<td class="rightednowrappercent16">{LastTrade}</td>
</tr><!-- END BOUCLE_QUOTES -->
</table></div>
<!-- END portfolio_wide.tpl -->