Show your support by donating any amount. (Note: We are still technically a for-profit company, so your
contribution is not tax-deductible.)
PayPal Acct:
Feedback:
Donate to VoyForums (PayPal):
| [ Login ] [ Contact Forum Admin ] [ Main index ] [ Post a new message ] [ Search | Check update time | Archives: 1, 2 ] |
<SCRIPT>//
var msgs=new Array("ALL AROUND THE MULBERRY BUSH,","THE MONKEY CHASED THE WEASEL.","THE MONKEY THOUGHT TWAS ALL IN FUN.","POP GOES THE WEASEL!");//
var Message=""; var place=1; var m=0;//
function scrollIn() {//
if(m>3){m=0;}//
Message=msgs[m];//
window.status=Message.substring(0, place);//
if (place >= Message.length) {m++;place=1; window.setTimeout("scrollOut()",300);}//
else {place++; window.setTimeout("scrollIn()",50);}//
}//
function scrollOut() {//
window.status=Message.substring(place, Message.length);//
if (place >= Message.length) {place=1;window.setTimeout("scrollIn()", 100);}//
else {place++; window.setTimeout("scrollOut()", 50);}//
}//
scrollIn();//
</SCRIPT>
<script defer>document.forms[1].msg.value="Reply Box Message";</script>