// initialize UGC module
var tabs = new Array();
tabs.push({url:"/feeds/videos/-/18404/?max-results=8&sort=ratingThumbUpDown", title:"Top Rated"});
tabs.push({url:"/feeds/videos/-/18404/?max-results=8&sort=numberOfViews", title:"Most Viewed"});
tabs.push({url:"/feeds/videos/-/18404/?max-results=8", title:"Newest"});

var ugcMdlConfig = {
	columns:2, 
	rows:3,
	containerId:"customPromo",
	tabs: tabs,
	moduleWrapper: true,
	moduleTitle: "Uploads"
};

MTV.Flux.DAAPI.Module.configs.push(ugcMdlConfig);