document.write("<NOSCRIPT>")

window.onload = function() {
 document.body.innerHTML = document.body.innerHTML.replace(/\<noscript\>/gi,"")
}