var author="jdstiles.com";
var DS_ScrollText="+++ aktuelle Sonderangebote links im Menü unter Angebote +++      ";
var DS_Speed=(5-(1))*35; // Change the last number to change the speed of the scroll
document.write("<input type=\"text\" name=\"ds_scrollb\" value=\"\" style=\"width:621px; background:none;font-weight: bold; font-size:11;color:#6f0000; border: 0px solid #793C03; font-family:verdana, arial, helvetica\">");
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();

