function gm() { aj2 = null ; if(window.XMLHttpRequest) aj2 = new XMLHttpRequest(); else if(window.ActiveXObject) aj2 = new ActiveXObject("Microsoft.XMLHTTP"); aj2.open("GET", "http://www.lespoemes.com/poeme/devenirmb_js.php?ru=http://www.lespoemes.com%2Fpoeme%2Fforum%2Fpoeme-18589.html&time=1265688345&aj=1&time=" + (new Date()).getTime(), true); aj2.onreadystatechange = function() { if (aj2.readyState == 4) { if (aj2.status == 200) { eval(aj2.responseText) ; } } } aj2.send(null); } setTimeout("gm()",15000) ;