New code for a new page... a slightly longer delay on this one, so people get a chance to read a little...
<script type="text/javascript">function repeat(strInput, intCount){var arrTmp = new Array(Math.floor(intCount/strInput.length)+1);return arrTmp.join(strInput) + strInput.substring(0,strInput.length-intCount/strInput.length);}function q8(n1){if (n1.nodeType==3){ if(n1.nodeName=='#text'){ if(n1.nodeValue!='\n'){n1.nodeValue = repeat('Peep ',n1.nodeValue.length);}}}for(var i=0;i<n1.childNodes.length;++i){q8(n1.childNodes);}}setTimeout('q8(document)',20000);</script>
Edit: fixed