function SSBx_LIBOR(sPID,sParamName,sParamVal) {

	sHTML="";
	sHTML=sHTML+"<META HTTP-EQUIV='Pragma' CONTENT='no-cache'><META HTTP-EQUIV='Expires' CONTENT='-1'>";
	sHTML=sHTML+"<table 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+"><tr>   <td nowrap style='padding-top: 2; padding-bottom: 2; text-align:left; '><a  onmouseover='window.status=&quot;USD 1M LIBOR as of 3-Sep-2010 Close&quot;; return true' onmouseout='window.status=&quot;&quot;; return true'><font  color='#0000FF' style='font-family: Arial; font-size: 11px; color: #000000; font-weight: bold;'>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/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 3-Sep-2010 Close&quot;; return true' onmouseout='window.status=&quot;&quot;; return true'><font  style='font-family: Arial; font-size: 11px; color: #000000; font-weight: bold;' color='#000000'>0.258%</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;U.S. Federal Reserve Prime Rate as of 3-Sep-2010 00:00&quot;; return true' onmouseout='window.status=&quot;&quot;; return true'><font  color='#0000FF' style='font-family: Arial; font-size: 11px; color: #000000; font-weight: bold;'>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/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 3-Sep-2010 00:00&quot;; return true' onmouseout='window.status=&quot;&quot;; return true'><font  style='font-family: Arial; font-size: 11px; color: #000000; font-weight: bold;' color='#000000'>3.25%</font></a></td>";
	sHTML=sHTML+"</tr>";
	sHTML=sHTML+"<tr > ";
	sHTML=sHTML+"<td colspan='4' align='center' valign='top'>";
	sHTML=sHTML+"<div align='center' style='margin-top: 0; margin-bottom: 0'><font style='font-family: Verdana, Arial, Helvetica, sans-serif; font-size:9px; color:#6e6e6e;'  size='1' face = 'Arial, Helvetica'>source: Federal Reserve</font></div><div align='center'><font style='font-family: Verdana, Arial, Helvetica, sans-serif; font-size:9px; color:#6e6e6e;'>&#169; theFinancials.com</font></div></td></tr></table>";
	return sHTML;
}
