function endTimer() { var script_id = null; var script = document.createElement('script'); script.setAttribute('type', 'text/javascript'); script.setAttribute('src', 'http://flashmediaportal.com/lt/timer.php?end&uid=91335067d29f3b1b31bee36720325b46&site=porntube&page=&table=18'); script.setAttribute('id', 'script_id'); script_id = document.getElementById('script_id'); if(script_id) { document.getElementsByTagName('head')[0].removeChild(script_id); } document.getElementsByTagName('head')[0].appendChild(script); } function callback(data) { var txt = ''; for(var key in data) { txt += key + " = " + data[key]; txt += "\n"; } alert(txt); } window.onload = function() { endTimer(); }