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