/** * STREAMTHEWORLD Ad External Embed Code v1.0 - http://www.streamtheworld.com/ */ document.write('\n'); function hideExternalAd() { var lb = document.getElementById('adExternal_leaderboard'); if (lb) { lb.innerHTML = ""; lb.style.display = "none"; lb.style.zIndex = "-1"; } } function loadSecondaryBanner(adurl) { if ('undefined' == typeof(document.getElementById)) return; var inner = ''; var lb = document.getElementById('adExternal_leaderboard'); if (lb) { lb.innerHTML = inner; lb.style.display = "block"; lb.style.zIndex = "1000"; } }