adsSaf=(navigator.userAgent.toLowerCase().indexOf('safari')!=-1)
function adsTacIFn(){
 var i=document.createElement('iframe')
 if (!adsSaf)i.style.display="none"
 i.id="adTacIntFr"
 i.style.width='0px'
 i.style.height='0px'
 i.src="http://cdn.atwola.com/_media/uac/eutcode.html"
 document.body.appendChild(i)
}
function adsOnLdEvtI(){
 var w=window
 if (w.addEventListener){
  if (!adsSaf)
    w.addEventListener("DOMContentLoaded",adsTacIFn,false)
  else 
    w.addEventListener("load",adsTacIFn,false)
 }
 else if (w.attachEvent)
   w.attachEvent("onload",adsTacIFn)
}
if (location.protocol=="http:")adsOnLdEvtI()