function DOMx_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>";
	sHTML=sHTML+"   <td nowrap style='padding-top: 2; padding-bottom: 2; text-align:left; '><a  onmouseover='window.status=&quot;Wall Street Journal Prime Rate as of 17-Mar-2010 Close&quot;; return true' onmouseout='window.status=&quot;&quot;; return true'><font face='Arial, Helvetica'  size='1'>WSJ 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/DOM/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 17-Mar-2010 Close&quot;; return true' onmouseout='window.status=&quot;&quot;; return true'><font  size='1' face='Arial, Helvetica' color='#000000'>3.25%</font></a></td>";
	sHTML=sHTML+"</tr>";
	sHTML=sHTML+"<tr>";
	sHTML=sHTML+"   <td nowrap style='padding-top: 2; padding-bottom: 2; text-align:left; '><a  onmouseover='window.status=&quot;USD 1M LIBOR as of 17-Mar-2010 Close&quot;; return true' onmouseout='window.status=&quot;&quot;; return true'><font face='Arial, Helvetica'  size='1'>30 Day LIBOR</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/DOM/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.003% as of 17-Mar-2010 Close&quot;; return true' onmouseout='window.status=&quot;&quot;; return true'><font  size='1' face='Arial, Helvetica' color='#000000'>0.240%</font></a></td>";
	sHTML=sHTML+"</tr>";
	sHTML=sHTML+"<tr>";
	sHTML=sHTML+"   <td nowrap style='padding-top: 2; padding-bottom: 2; text-align:left; '><a  onmouseover='window.status=&quot;USD 6M LIBOR as of 16-Mar-2010 Close&quot;; return true' onmouseout='window.status=&quot;&quot;; return true'><font face='Arial, Helvetica'  size='1'>6 Month LIBOR</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/DOM/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.001% as of 16-Mar-2010 Close&quot;; return true' onmouseout='window.status=&quot;&quot;; return true'><font  size='1' face='Arial, Helvetica' color='#000000'>0.402%</font></a></td>";
	sHTML=sHTML+"</tr>";
	sHTML=sHTML+"<tr>";
	sHTML=sHTML+"   <td nowrap style='padding-top: 2; padding-bottom: 2; text-align:left; '><a  onmouseover='window.status=&quot;USD 12M LIBOR as of 16-Mar-2010 Close&quot;; return true' onmouseout='window.status=&quot;&quot;; return true'><font face='Arial, Helvetica'  size='1'>1 Year LIBOR</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/DOM/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.013% as of 16-Mar-2010 Close&quot;; return true' onmouseout='window.status=&quot;&quot;; return true'><font  size='1' face='Arial, Helvetica' color='#000000'>0.859%</font></a></td>";
	sHTML=sHTML+"</tr>";
	sHTML=sHTML+"</table>";
	return sHTML;
}
