var swidth=180;


var sheight=180;

var sspeed=2;
var restart=sspeed;
var rspeed=sspeed;

var spause=0; // spause=3000

var sbcolor="";

var singletext=new Array();
singletext[0]="<div class='scroller_item'>Your service is always great! The best part is that you connected us with applied underwriters for our Workers Comp. which not only simplified payroll, but saved us money. You also managed to secure us a better rate on our commercial vehicle insurance <br />Thanks! <br /><br /><i>Christine Cunha</i></div><!-- Next Message --><div class='scroller_item'>After running a company for 40 years there’s not much that surprises you. So starting a new “Retirement” Business was a snap, at least that was my thought. Going through the process of incorporating, setting up checking accounts, it had been a long time since I had done that and a lot of changes had taken place.<br /><br />But 40 years of business in the same location with the same vendors had to be easy. Imagine my surprise when my insurance company wouldn’t return my call. I was now a small fish and not worth the effort.<br /><br />One call to Orr & Associates and the forms were faxed to my office. I was covered in the time it took me to complete the paperwork. When I needed certificates for the City or anyone else, they were just a fax away.<br /><br />Now my “Retirement” business is full time and growing more than I wanted. Tony and Lori have been there along the way, not keeping up with me but staying ahead of the business and ensuring things run smoothly.<br /><br />Thank you for your help and assistance over the years, and here’s looking to many more.<br /><br /><i>Bob Hoxsie</i></div><div class='scroller_item'><!-- Next Message --><p>It's no secret, we live in a very litigious and claims-conscious society. No Professional Contractor, however careful, can have 100% assurance that they will never be the defendant in a lawsuit.</div>";

/*
singletext[1]="After running a company for 40 years there’s not much that surprises you. So starting a new “Retirement” Business was a snap, at least that was my thought. Going through the process of incorporating, setting up checking accounts, it had been a long time since I had done that and a lot of changes had taken place.<br /><br />But 40 years of business in the same location with the same vendors had to be easy. Imagine my surprise when my insurance company wouldn’t return my call. I was now a small fish and not worth the effort.<br /><br />One call to Orr & Associates and the forms were faxed to my office. I was covered in the time it took me to complete the paperwork. When I needed certificates for the City or anyone else, they were just a fax away.<br /><br />Now my “Retirement” business is full time and growing more than I wanted. Tony and Lori have been there along the way, not keeping up with me but staying ahead of the business and ensuring things run smoothly.<br /><br />Thank you for your help and assistance over the years, and here’s looking to many more.<br /><br />Bob Hoxsie";
singletext[2]="It's no secret, we live in a very litigious and claims-conscious society. No Professional Contractor, however careful, can have 100% assurance that they will never be the defendant in a lawsuit.";
*/

var ii=0;
function goup(){if(sspeed!=rspeed*8){sspeed=sspeed*2;restart=sspeed;}}
function godown(){if(sspeed>rspeed){sspeed=sspeed/2;restart=sspeed;}}
function start(){
if(document.getElementById){ns6div=document.getElementById('iens6div');ns6div.style.top=sheight;ns6div.innerHTML=singletext[0];sizeup=ns6div.offsetHeight;ns6scroll();}
else 
if(document.layers){ns4layer=document.ns4div.document.ns4div1;ns4layer.top=sheight;ns4layer.document.write(singletext[0]);ns4layer.document.close();sizeup=ns4layer.document.height;ns4scroll();}
else 
if(document.all){iediv=iens6div;iediv.style.pixelTop=sheight;iediv.innerHTML=singletext[0];sizeup=iediv.offsetHeight;iescroll();}}
function iescroll(){if(iediv.style.pixelTop>0&&iediv.style.pixelTop<=sspeed){iediv.style.pixelTop=0;setTimeout("iescroll()",spause);}else 
if(iediv.style.pixelTop>=sizeup*-1){iediv.style.pixelTop-=sspeed;setTimeout("iescroll()",100);}else{if(ii==singletext.length-1)ii=0;else ii++;iediv.style.pixelTop=sheight;iediv.innerHTML=singletext[ii];sizeup=iediv.offsetHeight;iescroll();}}
function ns4scroll(){if(ns4layer.top>0&&ns4layer.top<=sspeed){ns4layer.top=0;setTimeout("ns4scroll()",spause);}else 
if(ns4layer.top>=sizeup*-1){ns4layer.top-=sspeed;setTimeout("ns4scroll()",100);}else{if(ii==singletext.length-1)ii=0;else ii++;ns4layer.top=sheight;ns4layer.document.write(singletext[ii]);ns4layer.document.close();sizeup=ns4layer.document.height;ns4scroll();}}
function ns6scroll(){if(parseInt(ns6div.style.top)>0&&parseInt(ns6div.style.top)<=sspeed){ns6div.style.top=0;setTimeout("ns6scroll()",spause);}else 
if(parseInt(ns6div.style.top)>=sizeup*-1){ns6div.style.top=parseInt(ns6div.style.top)-sspeed;setTimeout("ns6scroll()",100);}
else{if(ii==singletext.length-1)ii=0;else ii++;
ns6div.style.top=sheight;ns6div.innerHTML=singletext[ii];sizeup=ns6div.offsetHeight;ns6scroll();}}

