/** * @author henry.postulart */ br.myProfile = {}; br.myProfile.container = {}; br.myProfile.init = function() { var tabView = new YAHOO.widget.TabView('podCastsMainTabs'); }; br.myProfile.init(); $E.addListener(window, "load", br.myProfile.init);