function determineAds(arg){
	var ismpu = arg.split('|')[0].toLowerCase();
	if (arg = 'mpu'){
		showmpu()
	}
}

adserver = "http://sam.itv.com";
var noad;
var nobanner;
var arrDot;

// get the site from
//set the default
var sTarget = "FRD.N.0";
if(adDemographic["siteArea"].length > 0){
    // has a value so use it, if not use default.
    sTarget = adDemographic["siteArea"];
}

// get target sex and age
var	targetsex = 'N';
if(adDemographic["gender"] != null){
    if(adDemographic["gender"].length > 0){
        // has a value so use it, if not use default.
        targetsex = adDemographic["gender"];
    }
}

var	targetage = '0';
if(adDemographic["age"] != null){
    if(adDemographic["age"].length > 0){
        // has a value so use it, if not use default.
        targetage = adDemographic["age"];
    }
}
function showbanner(){
}

function showsky(){
}

function showmpu(){
}
function ShowButton(){
}

function ShowButtona(){
}
function ShowButtonb(){ 
}

function BottomAds(){
}
