<script type="text/javascript"> /* var max = 0; function textlist1() { max = textlist1.arguments.length; for (i = 0; i < max; i++) { this[i] = textlist1.arguments[i]; } } tl = new textlist1(document.getElementById(("marquee_1")).value); var x = 0; pos = 0; var l = tl[0].length; function textticker1() { document.getElementById('tickfield').value = tl[x].substring(0, pos) + "_"; if (pos++ == l) { pos = 0; setTimeout("textticker1()", 2500); x++; if (x == max) x = 0; l = tl[x].length; } else setTimeout("textticker1()", 35); } document.write("<span id='tickfield'><\/span>"); textticker1(); */ </script>