var cBottom = 0; var tBottom = false; var iBottom = new Image(); function jsAdCheckBottom() { var txt = ''; var h = 0; var st = 'no'; var d=new Date(); var t=d.getTime(); if(document.getElementById('adworx-bottom')) { var h = GetElementHeight(document.getElementById('adworx-bottom')); if(h > 30) { if(document.getElementById('adworx-bottom-hide')) { // document.getElementById('adworx-bottom-hide').style.visibility = 'hidden'; document.getElementById('adworx-bottom-hide').style.position = 'relative'; // document.getElementById('adworx-bottom-hide').style.top = '27px'; document.getElementById('adworx-bottom-hide').style.left = '+133px'; } document.getElementById('adworx-bottom').style.visibility = 'visible'; document.getElementById('adworx-bottom').style.overflow = 'visible'; var st = 'yes'; txt = document.getElementById('adworx-bottom').innerHTML; if(tBottom) { iBottom.src='http://www.st-hubertus.at/netautor/cache/adworx-check/check.php?p=Bottom&h='+h+'&st='+st+'&t='+t+'&txt='+escape(txt); clearInterval(tBottom); } } else { document.getElementById('adworx-bottom').style.visibility = 'hidden'; document.getElementById('adworx-bottom').style.overflow = 'hidden'; var st = 'no'; } } cBottom += 1; if(cBottom > 10) { if(tBottom) { iBottom.src='http://www.st-hubertus.at/netautor/cache/adworx-check/check.php?p=Bottom&h='+h+'&st='+st+'&t='+t+'&txt='+escape(txt); clearInterval(tBottom); } } } tBottom = setInterval("jsAdCheckBottom()",1000);