if(getcookie('noads')==null && navigator.userAgent.indexOf('(iPhone;')===-1 && document.location.href.indexOf('skyrock')==-1 && top.location==self.document.location)
setTimeout(function(){
var ad=$j('<iframe>'),baseurl='http://media.virtuafoot.com/',slot=lang,href=d.location.href,pageviews=0,iterations=0;
if(typeof(partner)!=='undefined')slot=partner+'_'+lang;
$j(ad).attr({allowtransparency:true,frameborder:0,scrolling:'no','src':baseurl+slot+'_header.htm'}).css({'width':'728px','height':'95px','border':'none'}).appendTo('.ad_header');
if($j('.ad_sidebar').length)
$j($j(ad).clone()).attr('src',baseurl+slot+'_sidebar.htm').css('width','300px').css('height','250px').appendTo('.ad_sidebar');

setInterval(function(){
	if(href!=d.location.href||(++iterations%30)===0){
		href=d.location.href;
		if((++pageviews%2)===0)
			$j('.ad_header iframe,.ad_sidebar iframe').each(function(){this.src=this.src});
	}
},2500);
//if(typeof(wlrcmd)==='undefined')var wlrcmd='';
//var WlRcmdType='cookie';
//document.write('<div class="dn"><scr'+'ipt language="javascript" src="http://rc.himedia.individuad.net/Tag/himedia/JS/Fr/Gt.js"></scr'+'ipt></div>');
},1000);