var author="www.dseffects.com";
var DS_ScrollText="                                                       We are in the process of redesigning our website.  First we will focus on the redesign of all the pages and then we will update all the tours and prices.  Please accept our sincere apologies for the inconvenience caused.";
var DS_Speed=(5-(1))*25;
document.write("<form name=\"ds_form\"><input type=\"text\" name=\"ds_scrollb\" value=\"\" size=\" \" style=\"background-color:2A71B4;font-size:12;color:#ffffff;font-family:verdana;;font-face=verdana;width:100%; height: 30; padding-top: 4px;  margin:2\">");
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();

