
<!--
var DS_ScrollText="-- New areas & updates are now online --";
var DS_Speed=(5-(1))*60; // Change the last number to change the speed of the scroll
document.write("<form name=\"ds_form\"><input type=\"button\" name=\"ds_scrollb\" value=\"\" onClick=\"javascript:window.location.href='http://pronet.com'\" style=\"background-color:#00aaff;font-size:12;color:#000000;font-family:sans-serif\">");
var DS_ScrollCounter=0;
var DS_I=0;
while(DS_I++<4)
DS_ScrollText=" "+DS_ScrollText;
function DS_ButtonScroll(){
document.ds_form.ds_scrollb.value=DS_ScrollText.substring(DS_ScrollCounter,DS_ScrollText.length)+DS_ScrollText.substring(0,DS_ScrollCounter);;
DS_ScrollCounter++;
DS_ScrollCounter%=(DS_ScrollText.length);
setTimeout("DS_ButtonScroll()",DS_Speed);
}
DS_ButtonScroll();
// -->

