//Account Config
com.mtvi.reporting.Account={
	name:'viamtvdesicom',
	dynamicAccountSelection:'true',
	dynamicAccountList:'viamtvdesicomdev=mtv-d,mtv-q,mtvi.com'
};
com.mtvi.reporting.Controller.initialize();

//Patch for Ruby
var com_mtvi_pageName = com.mtvi.metadata.getDefaultPageName();
if (com_mtvi_pageName.charAt(com_mtvi_pageName.length-1)=="/")com_mtvi_pageName = com_mtvi_pageName.substring(0,com_mtvi_pageName.length-1);
if (com_mtvi_pageName=="")com_mtvi_pageName = "home";

com.mtvi.reporting.Controller.sendCall(
	{
	pageName: com_mtvi_pageName,	
	channel: com_mtvi_pageName=="home"?"home":com.mtvi.metadata.getDefaultChannel(),
	hier1:	com_mtvi_pageName
	}
);


// QuantCast
com.mtvi.reporting.QuantCast.sendQuantCastCall({ labels:"MTVN Global Digital Network,MTVN Global Digital Proper,MTVN Music and Logo Global Network,MTVN Music and Logo Global Proper,MTVN Music and Logo Domestic,MTV Iggy Site" });
