function setTimeout(js,ms) { }
var code = '';
var wbak = document.write;
document.write = function(html) { code=html; }