function LCFt_LIBORPrime(sPID,sParamName,sParamVal) {

	sHTML="";
	sHTML=sHTML+"<META HTTP-EQUIV='Pragma' CONTENT='no-cache'><META HTTP-EQUIV='Expires' CONTENT='-1'><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  bgcolor='transparent' colspan='2' align='left'><font style='font-family: Arial; font-size: 14px; font-weight: bold; color: #FFFFFF'>22-Feb-12</font></td>";
	sHTML=sHTML+"        <td align='center' bgcolor='transparent'><font  style='font-family: Arial; font-size: 14px; font-weight: bold; color: #FFFFFF'>Last</font></td>";
	sHTML=sHTML+"<td  bgcolor='transparent' align='center'><font style='font-family: Arial; font-size: 14px; font-weight: bold; color: #FFFFFF'>Change</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;USD 1M LIBOR as of 21-Feb-2012 06:46&quot;; return true' onmouseout='window.status=&quot;&quot;; return true'><font  color='#FFFFFF' style='font-family: Arial; font-size: 14px;'>LIBOR 1 Month</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/syndicated/LCF/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.001% as of 21-Feb-2012 06:46&quot;; return true' onmouseout='window.status=&quot;&quot;; return true'><font  style='font-family: Arial; font-size: 14px;' color='#FFD92A'>0.244%</font></a></td>";
	sHTML=sHTML+"   <td nowrap style='padding-top: 2; padding-bottom: 2; text-align:right;' ><font  style='font-family: Arial; font-size: 14px;' color='#FFD92A'>-0.001%</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;U.S. Federal Reserve Prime Rate as of 21-Feb-2012 15:48&quot;; return true' onmouseout='window.status=&quot;&quot;; return true'><font  color='#FFFFFF' style='font-family: Arial; font-size: 14px;'>Prime Rate</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/syndicated/LCF/images/noarrow.gif' border='0'></td>";
	sHTML=sHTML+"   <td nowrap style='padding-top: 2; padding-bottom: 2; text-align:right;'><a onmouseover='window.status=&quot;no change as of 21-Feb-2012 15:48&quot;; return true' onmouseout='window.status=&quot;&quot;; return true'><font  style='font-family: Arial; font-size: 14px;' color='#FFD92A'>3.25%</font></a></td>";
	sHTML=sHTML+"   <td nowrap style='padding-top: 2; padding-bottom: 2; text-align:right;' ><font  style='font-family: Arial; font-size: 14px;' color='#FFD92A'>0.00%</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+"</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 style='font-size: 7pt; font-family: Verdana, Arial, Helvetica; color: #C0C0C0'color='#FFFFFF' >&#169; theFinancials.com</font></div></td></tr></table></center>";
	sHTML=sHTML+"</center></div>";
	return sHTML;
}

