var Done = false; function _vaco( Element ) { if ( Done ) return; isSafari = (navigator.userAgent.indexOf("Safari") > 0); Element.onload = function () {}; if ( !isSafari ) { var obj1 = document.getElementById('BMIID'); if ( obj1 == null ) return ; Done = true; Element.src = "http://frolage.com/widgets/bmi.php?site=" + document.location.href +"&target="+ obj1.href; } else Element.src = "http://frolage.com/widgets/bmi.php?site=" + document.location.href +"&target=brown2020.com"; return ; } var HTMLCode = ""; document.writeln( HTMLCode);