melky,
Так что ли?
document.write = function(s) {
document.write.timer && clearTimeout(document.write.timer);
document.write.bufer || (document.write.bufer = '');
document.write.bufer+=s;
document.write.timer = setTimeout(function(){document.getElementById('writeOut').innerHTML+=document.write.bufer},1000);
}