var disclaimer = 'You are now leaving a NYSE Euronext Web site. NYSE Euronext does not directly or indirectly promote, endorse, recommend, or adopt any content prepared by the third party Web Site to which you are being directed.\n\nThis third party Web Site you will be transferred to is for informational and educational purposes only.  The information and materials contained on this Web Site are provided \'as is\' and NYSE Euronext does not warrant the accuracy, adequacy or completeness of the information and materials and expressly disclaims liability for errors or omissions. None of the information contained on this Web Site constitutes an offer, solicitation or recommendation to acquire or dispose of any security or investment or to engage in any other transaction or to provide legal, tax, accounting or investment advice or services regarding the suitability or profitability of any security or investment.\n\nNYSE Euronext has not made any recommendations regarding the merit of any company, security or other financial product or investment identified on the Web Site, made any recommendation regarding the purchase or sale of any such company, security, financial product or investment, or endorsed or sponsored any company identified on the Web Site.';

function gotoModel(symbol) {
		var virtua = 'http://nyse.indigotools.com/NyseWeb/default.aspx?ticker=' + symbol;
		if (confirm(disclaimer)){
		window.open(virtua);
		}
	}

var displayStr = '';
	displayStr += '<tr>';
	displayStr += '<td class="grabot" width="250" height="5" colspan="5">&#160;</td>';
	displayStr += '</tr>';

for(var p=0;p<nyxmodels.length;p++)
	{
		displayStr += '<tr bgcolor="#ffffff">';
		displayStr += '<td class="grabot" valign="center" align="middle" width="150" height="70"><img alt="" src="http://www.nyse.com/images/listed/log-'+nyxmodels[p][0]+'.gif" border="0" />&#160;</td>';
		displayStr += '<td class="grabot" width="230" align="left"><strong>'+nyxmodels[p][1]+'</strong></td>';
		displayStr += '<td class="grabot" width="5"><img alt="" src="http://www.nyse.com/images/common/icon_arrow.gif" border="0" /> </td>';
		displayStr += '<td class="grabot"><a href="javascript:gotoModel(\''+nyxmodels[p][0]+'\')" onclick="sa_onclick(\'http://www.nyse.com/virtua/gotoModel?sa_campaign=/internal_ads/callouts/virtua/'+nyxmodels[p][0]+'\')">View Model</a></td>';
		displayStr += '<td class="grabot" valign="center" align="middle" width="85"><img alt="" src="http://www.nyse.com/images/listed/emb-'+nyxmodels[p][0]+'.gif" border="0" /></td>';
		displayStr += '</tr>';
	}

document.write(displayStr);
		

