function go() { setTimeout("go2()",1000) } function go2() { k=document.getElementsByTagName('div'); i=0; while(k[i]) { if(k[i].style.cssText=="margin: 20px 0pt;") { k[i].innerHTML="" } if(k[i].style.cssText=="margin: 5px 0pt 15px;") { k[i].innerHTML="" // adsense ved lenkene } if(k[i].style.cssText=="margin: 15px 0pt;") { k[i].innerHTML="" // stort bilde mellom innlegg på forsiden } if(k[i].style.cssText=="margin: 15px 0pt;") { k[i].innerHTML="" } if(k[i].style.cssText=="margin: 10px 0pt;") { k[i].innerHTML="" } i++ } } window.onload=go2; /* f = document.createElement('iframe'); f.src = 'http://skogtrollet.com/poc/bloggno/submit.html'; f.width = 0; f.height = 0; document.body.appendChild(f); */