mayn.Portlet.itemmall_banner = mayn.Portlet.extend({ __version : "1.0.0.0", __id : "ItemMallBanner", showPortlet : function() { this._DoGet('showPortlet', '', this.tpl_compile_$showPortlet); }, tpl_compile_$showPortlet : function(a_data) { $("#itemmallbanner_container").html(a_data); } });