function FHIAx_MarketUpdate(sPID,sParamName,sParamVal) {

	sHTML="";
	sHTML=sHTML+"<META HTTP-EQUIV='Pragma' CONTENT='no-cache'><META HTTP-EQUIV='Expires' CONTENT='-1'>";
	sHTML=sHTML+"<table id='WidgetTable' border='0' cellspacing='0' cellpadding='2'";
	
	if (typeof(sParamName)!='undefined' && typeof(sParamVal)!='undefined') {
	   if (sParamName.toLowerCase()=='table_width' && sParamVal) {
	       sHTML=sHTML+" width='" + sParamVal + "'";
	   }
	}
	
	sHTML=sHTML+">";
	sHTML=sHTML+"<tr>   <td nowrap style='padding-top: 2; padding-bottom: 2; text-align:left; '><a  onmouseover='window.status=&quot;Canola Futures as of 9-Feb-2012 14:14&quot;; return true' onmouseout='window.status=&quot;&quot;; return true'><font face='Arial, Helvetica'  size='1'>Canola - ICE</font></a>";
	sHTML=sHTML+"</td>";
	sHTML=sHTML+"        <td nowrap style='padding-top: 2; padding-bottom: 2; text-align:center; '><img src='http://www.thefinancials.com/images/downarrow.gif' border='0'></td>";
	sHTML=sHTML+"   <td nowrap style='padding-top: 2; padding-bottom: 2; text-align:right;'><a onmouseover='window.status=&quot;down 0.2000 as of 9-Feb-2012 14:14&quot;; return true' onmouseout='window.status=&quot;&quot;; return true'><font  size='1' face='Arial, Helvetica' color='#FFFFFF'>533.9000</font></a></td>";
	sHTML=sHTML+"</tr>";
	sHTML=sHTML+"<tr>   <td nowrap style='padding-top: 2; padding-bottom: 2; text-align:left; '><a  onmouseover='window.status=&quot;Wheat, Spring-MGE as of 9-Feb-2012 14:19&quot;; return true' onmouseout='window.status=&quot;&quot;; return true'><font face='Arial, Helvetica'  size='1'>Wheat - MGE</font></a>";
	sHTML=sHTML+"</td>";
	sHTML=sHTML+"        <td nowrap style='padding-top: 2; padding-bottom: 2; text-align:center; '><img src='http://www.thefinancials.com/images/downarrow.gif' border='0'></td>";
	sHTML=sHTML+"   <td nowrap style='padding-top: 2; padding-bottom: 2; text-align:right;'><a onmouseover='window.status=&quot;down 0.0700 as of 9-Feb-2012 14:19&quot;; return true' onmouseout='window.status=&quot;&quot;; return true'><font  size='1' face='Arial, Helvetica' color='#FFFFFF'>8.3300</font></a></td>";
	sHTML=sHTML+"</tr>";
	sHTML=sHTML+"<tr > ";
	sHTML=sHTML+"<td colspan='4' align='center' valign='top'>";
	sHTML=sHTML+"<div align='center'><font style='font-family: Arial Narrow; font-size: 8pt; color: #FFFFFF;'>&#169; theFinancials.com</font></div></td></tr></table>";
	return sHTML;
}

