com.mtvi.reporting.Account = {
	name : 'viavivade',
	dynamicAccountSelection : 'true',
	dynamicAccountList : 'viavivadev=scenic-l.mtvi.com,scenic-d.mtvi.com,scenic-q.mtvi.com',
	trackInlineStats : true
};

var MTVNI = window.MTVNI || {};
MTVNI.qsData = com.mtvi.util.queryStringToHash(window.location.search);

var pagetitle = document.getElementsByTagName("title")[0].text;

com.mtvi.reporting.Controller.initialize();
com.mtvi.reporting.Controller.sendCall( {
	pageName : com.mtvi.metadata.getDefaultPageName(),
	channel : 'community',
	hier1 : 'community.viva.tv' + location.pathname,
	prop1 : pagetitle,
	prop2 : 'community.viva.tv' + location.pathname,
	prop3 : 'community',
	prop4 : 'community',
	pageURL : window.location.hostname + location.pathname,
	campaign : MTVNI.qsData.s_cid
});

if (Flux)
	var _fLog = Flux.Context.isUserAuthenticated() ? "1" : "0";
var _adKeyValuesAddOn = "msite=flux_community;media=other;!c=community ";

com.mtvi.ads.AdManager.setDartSite("de.viva.tv/community"); // Live:
com.mtvi.ads.AdManager.setAdClass("InternationalAd");
com.mtvi.ads.AdManager.setPositionThreshold(2);
com.mtvi.ads.AdManager.setKeyValues("mpu=0;sky=0;overlay=0" + _adKeyValuesAddOn);

