function localModulesHandler() {
	var container = $j("#customPromo");	
	$j.get("/video/modules/browse_video_channels.jhtml", {}, function(data){
		container.empty().append(data);	
	});
	MTVN.Player.getVideoList();
	MTVN.Flux.Widgets.loadAll();
//	MTVN.Flux.Widgets.loadEach($j("#wComments").get(0));
}

// disable ecom
MTVN.Player.getEcom = function() {}
//MTVN.Player.handlePlaylistAutoScroll = function() {}

MTVN.Player.localModulesHandler = localModulesHandler;
MTVN.Player.bannerAdRefreshTime = 70000;
MTVN.Player.coAdRefreshTime = 35000;
MTVN.Player.rectangleAdRefreshTime = 35000;
MTVN.Player.channelId = "3";
MTVN.Player.moduleVersion = "b";


// Already being initialized by global main.js -tr
// MTVN.initArray.push(MTVN.Player.init);

