
//Send a page call

var agPageName = window.location.pathname;
var agChannel = "misc";

mtvn.btg.config.AdSettings.DoubleClick["dartSite"] = 'ag.nol';
mtvn.btg.config.AdSettings.DoubleClick["positionThreshold"] = '1';
mtvn.btg.config.AdSettings.DoubleClick["sections"] ='about';
mtvn.btg.config.AdSettings.DoubleClick["keyValues"] ='!category=expand;!category=float;';

mtvn.btg.Controller.init();

mtvn.btg.Controller.sendPageCall(
    {
    pageName: "/"+agChannel+agPageName,
    channel: agChannel,
    hier1: agChannel+agPageName
    }
);



mtvn.btg.ads.AdManager.placeIFrameAd('/ad/ad.html',{
    size: "728x90",
	 contentType:'adj',
	 reloadableAdId:1,
	 loadOrder:1,
	 position:'atf'
    });



