// Absolute Banner Manager.NET var hInt = 0; function hasFlashNoIE(){ if (!document.all){ if(navigator.plugins){ if(navigator.plugins['Shockwave Flash']){ return true; }else if(navigator.plugins['Shockwave Flash 2.0']){ return false; }else{ return false; } } }else{ return false; } } function drawAlternateSWF(){ var oDivEmbed = document.getElementById('divEmbed'); var oDivGif = document.getElementById('divGif'); if (oDivEmbed) { if (hasFlashNoIE()){ oDivGif.innerHTML = ''; oDivEmbed.style.visibility = 'visible'; }else{ oDivEmbed.innerHTML = ''; oDivGif.style.visibility = 'visible'; } clearInterval(hInt); } } document.write('');hInt = setInterval('drawAlternateSWF()',250);