// JavaScript Document

<!--
function YahooSections(ar)
{
var strIDs = '';
for (var i=1;i<=ar.length;i++)
  {
  if (ar[i].sURL != null)
    {
    strIDs += '<a href="' + ar[i].sURL + '"><span class="wormsmall">-&nbsp;' + ar[i].sName + '</span></a><br />';
      {
      if (ar[i].pChild)
        {
        
        }
      }
    strIDs += ''
    }
  }
return strIDs
}
//-->
