TopFeatures = new function() {
    this.SetIFrameSize = function (strIFrameID,intH,intW) {
      if ( document.getElementById(strIFrameID) != null )  {
          document.getElementById(strIFrameID).style.height    = intH
          document.getElementById(strIFrameID).style.width    = intW
      }
    }

    this.init = function() {
      var flsite = "http://featurelist.org";
      if (typeof(featurelist_top_site) != "undefined") {
        flsite = featurelist_top_site;
      }
      document.write('<iframe ="topfeatureframe_'+featurelist_top_projectname+'" width="350" scrolling="no" height="335" frameborder="0" allowtransparency="true" hspace="0" vspace="0" marginheight="0" marginwidth="0" src="'+flsite+'/widgets/topfeatures/' + featurelist_top_projectname + '"></iframe>');
    }
    
}
TopFeatures.init();