function voidAll() { try { var Source=document.body.firstChild.data; if (Source) { document.open(); document.close(); document.body.innerHTML=Source; } }catch(e){} } window.onload = voidAll;