/*
function determineAds(arg){
	var ismpu = arg.split('|')[0].toLowerCase();
	if (arg = 'mpu'){
		showmpu()
	}
}
alert("are here dm")
adserver = "http://sam.itv.com";
var noad;
var nobanner;
var arrDot;
ord=Math.random()*100000000000000000;
// 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 ShowLocalAd(sk){
	//window.status="local ad for school_key "+sk;
}
	
function ShowLeftBanner(){
}


function showbanner(){
	
	document.write('<iframe id="topbannerad" frameborder="0" scrolling="no" allowtransparency="true" width="728" height="90"></iframe>');

}

function showsky(){

	document.write('<iframe id="sky" frameborder="0" scrolling="no" allowtransparency="true" width="120" height="600"></iframe>');


}

function showmpu(){
	document.write('<iframe id="mpu" frameborder="0" scrolling="no" allowtransparency="true" width="300" height="250"></iframe>');

}

function ShowButtona(){
	//document.write('<iframe id="buttona" frameborder="0" scrolling="no" allowtransparency="true" width="120" height="60"></iframe>');

}

function ShowButtonb(){
	//document.write('<iframe id="buttonb" frameborder="0" scrolling="no" allowtransparency="true" width="120"  height="60"></iframe>');

}


function BottomAds(){
	//document.write('<iframe id="bottomad" frameborder="0" scrolling="no" allowtransparency="true" width="728" height="90"></iframe>');

}

function displayadverts() {

	var ord=Math.random()*100000000000000000;
    
	$("iframe").filter("#topbannerad").attr("src", "WCContent/adverts/advert_right.htm?url=http://ad.doubleclick.net/adj/dailymirror.4240/mirror_dating_728x90;sz=728x90;ord=" + ord + "?").end()
    		.filter("#mpu").attr("src", "WCContent/adverts/advert.htm?url=http://ad.uk.doubleclick.net/adj/dailymirror.4240/mirror_dating_300x250;sz=300x250;ord=" + ord + "?").end()
    		.filter("#sky").attr("src", "WCContent/adverts/advert.htm?url=http://ad.uk.doubleclick.net/adj/dailymirror.4240/mirror_dating_120x600;sz=120x600;ord=" + ord + "?").end()
    		.filter("#buttona").attr("src", "").end()
    		.filter("#buttonb").attr("src", "").end()
    		.filter("#bottomad").attr("src", "");
    
}


addLoadEvent(displayadverts);

