var author="jdstiles.com";
var DS_ScrollText="* * * Flash News * * *   Seguite il Campionato di 3a lega 2011/2012!";
var DS_Speed=(5-(1))*35; // 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='risultati.html'\" style=\"background-color:#A9C6E6;font-size:11;color:#F21212;width:400px;height:22px;\">");
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();
