function ENRGs_Commodities(sPID,sParamName,sParamVal) {

	sHTML="";
	sHTML=sHTML+"<META HTTP-EQUIV='Pragma' CONTENT='no-cache'><META HTTP-EQUIV='Expires' CONTENT='-1'>";
	sHTML=sHTML+"<div align='center'><center>";
	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>";
	sHTML=sHTML+"        <td colspan='4' bgcolor='#B6A465' align='center'><font color='#000000' face='Arial, Helvetica' size='2'><b>Market Update</b></font></td>";
	sHTML=sHTML+"      </tr>";
	sHTML=sHTML+"      <tr>";
	sHTML=sHTML+"        <td  bgcolor='#003333' colspan='2' align='left'><font face='Arial, Helvetica' size='2' color='#FFFFFF' >8-Feb-12</font></td>";
	sHTML=sHTML+"        <td align='center' bgcolor='#003333'><font face='Arial, Helvetica' size='2' color='#FFFFFF'>Last</font></td>";
	sHTML=sHTML+"<td  bgcolor='#003333' align='center'><font face='Arial, Helvetica' size='2' color='#FFFFFF'>Chg</font></td>";
	sHTML=sHTML+"      </tr>";
	sHTML=sHTML+"<tr>   <td nowrap style='padding-top: 2; padding-bottom: 2; text-align:left; '><a  onmouseover='window.status=&quot;RBOB Gasoline - Near Term Future $/gal [NYMEX] as of 8-Feb-2012 12:35&quot;; return true' onmouseout='window.status=&quot;&quot;; return true'><font face='Arial, Helvetica'  size='2' color='#0066CC'>RBOB Gasoline - $/gal-NYMEX</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/uparrow.gif' border='0'></td>";
	sHTML=sHTML+"   <td nowrap style='padding-top: 2; padding-bottom: 2; text-align:right;'><a onmouseover='window.status=&quot;up 0.0329 as of 8-Feb-2012 12:35&quot;; return true' onmouseout='window.status=&quot;&quot;; return true'><font  size='2' face='Arial, Helvetica' color='#008000'>2.9550</font></a></td>";
	sHTML=sHTML+"   <td nowrap style='padding-top: 2; padding-bottom: 2; text-align:right;' ><font  size='2' face='Arial, Helvetica' color='#008000'>0.0329</font></td>";
	sHTML=sHTML+"</tr>";
	sHTML=sHTML+"<tr>   <td nowrap style='padding-top: 2; padding-bottom: 2; text-align:left; '><a  onmouseover='window.status=&quot;WTI Crude Oil - Near Term $/barrel [NYMEX] as of 8-Feb-2012 12:34&quot;; return true' onmouseout='window.status=&quot;&quot;; return true'><font face='Arial, Helvetica'  size='2' color='#0066CC'>WTI Crude Oil $/bbl</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.11 as of 8-Feb-2012 12:34&quot;; return true' onmouseout='window.status=&quot;&quot;; return true'><font  size='2' face='Arial, Helvetica' color='#FF0000'>98.76</font></a></td>";
	sHTML=sHTML+"   <td nowrap style='padding-top: 2; padding-bottom: 2; text-align:right;' ><font  size='2' face='Arial, Helvetica' color='#FF0000'>-0.11</font></td>";
	sHTML=sHTML+"</tr>";
	sHTML=sHTML+"<tr >";
	sHTML=sHTML+"<td colspan='4' align='center' valign='top'>";
	sHTML=sHTML+"<div align='center'>";
	sHTML=sHTML+"<table style='height:1px; margin: -2;' border='0' cellpadding='0' cellspacing='0' width='100%'>";
	sHTML=sHTML+"<tr >";
	sHTML=sHTML+"<td valign='top' colspan='1'> <hr color='#B6A465' size='1'></td>";
	sHTML=sHTML+"</tr>";
	sHTML=sHTML+"</table>";
	sHTML=sHTML+"</div>";
	sHTML=sHTML+"</td>";
	sHTML=sHTML+"</tr>";
	sHTML=sHTML+"</table>";
	sHTML=sHTML+"<center>";
	sHTML=sHTML+"<table ><tr><td><div align='center'><font SIZE='1' color='#0066CC' FACE='Arial, Helvetica'>&#169; theFinancials.com</font></div></td></tr></table></center>";
	sHTML=sHTML+"</center></div>";
	return sHTML;
}

