function doit () { document.open("text/html","replace"); document.writeln("привет"); document.close(); }();