STATION 2<script language="javascript"><BR>// (c) Premshree Pillai<BR>//
http://www.qiksearch.com<BR>// premshree@hotmail.com<BR>// Use freely as long as
this message is intact.<BR>var msg = " Your Web Page Title ";<BR>var pos =
0;<BR>var spacer = " ... ";<BR>var time_length = 100;<BR>function
ScrollTitle()<BR>{<BR>document.title = msg.substring(pos, msg.length) + spacer +
msg.substring(0, pos);<BR>pos++;<BR>if (pos > msg.length)
pos=0;<BR>window.setTimeout("ScrollTitle()",time_length);<BR>}<BR>ScrollTitle();<BR></script>Main
Page