I guess I ought to have posted the code as well.
this is inline in my document:
<script type="text/javascript">
new TypingText(document.getElementById("typenav"), 140, function(i){ var ar = new Array("|", "|", "|", "", "", ""); return "" + ar[i.length % ar.length]; });
TypingText.runAll()...