jQuery(function(){if(jQuery("body#catchUp").length>0){jQuery("div.ad").each(function(){var $this=jQuery(this);
var domEle=$this[0];
var pos=$this.attr("id").substring(5);
var iframe=document.createElement("iframe");
iframe.setAttribute("id","c4adFrame-"+pos);
iframe.setAttribute("name",pos);
iframe.setAttribute("frameBorder","0");
iframe.setAttribute("marginHeight","0");
iframe.setAttribute("marginWidth","0");
iframe.setAttribute("cellSpacing","0");
iframe.setAttribute("noresize","noresize");
iframe.setAttribute("Border","0");
iframe.setAttribute("scrolling","no");
iframe.setAttribute("src",window.location.protocol+"//"+window.location.host+"/static/programmes/html/adverts/advert.htm");
if($this.attr("id")==="c4ad-BottomLeft"||$this.attr("id")==="c4ad-BottomRight"){iframe.setAttribute("class","promo-slot");
jQuery("ul.c4footerImages").before(iframe)
}else{domEle.appendChild(iframe)
}})
}});