<Script language=JavaScript> window.onerror = function(){ return true; } var url = decodeURIComponent(window.location.search.replace('?url=','')); if (/^http\:\/\/.*/i.test(url)) {document.getElementById('DOM_img').src = url;} </Script>