

/**************************************
* http://vertical-scroller.vbarsan.com/
*    This notice may not be removed 
**************************************/

//-- Begin Scroller's Parameters and messages -->
//scroller's width
var swidth=151;

//scroller's height
var sheight=164;


//scroller's speed 
var sspeed=10;
var restart=sspeed;
var rspeed=sspeed;

//scroller's pause 
var spause=9000;

//scroller's background
var sbcolor="#ffffff";

//messages: set your own; use as many as you'd like; set up Hyperlinks to
//URLs as you normally do: <a target=... href="../styles/... URL ...">..message..</a>;
var singletext=new Array();
singletext[0]='<table CELLSPACING="0" CELLPADDING="0" align="center"><tr><td height="10px" valign="middle"><div class=tanc>"I would like to take this opportunity to thank you for the very professional manner in which you handled my claim and will certainly recommend your company..."<br><br></div><div class=CustBold>Carol Lacey, Hampshire</div></td></tr></table>';

singletext[1]='<table CELLSPACING="0" CELLPADDING="0" align="center"><tr><td height="10px" valign="middle"><div class=tanc>"We were delighted with your service, the hire-car arrived in plenty time for our trip to Wales.... and our car was fixed by the time we got back!"<br><br></div><div class=CustBold>Sue & Derek Bowden, Oxfordshire</div></td></tr></table>';

singletext[2]='<table CELLSPACING="0" CELLPADDING="0" align="center"><tr><td height="10px" valign="middle"><div class=tanc>"..excellent service, your advisor was super efficient and friendly..."<br><br></div><div class=CustBold>David Hume, Hampshire </div></td></tr></table>';

singletext[3]='<table CELLSPACING="0" CELLPADDING="0" align="center"><tr><td height="10px" valign="middle"><div class=tanc>".. Car Call UK do exactly what it says on the tin! It was no-hassle at all and I was very happy with my settlement"<br><br></div><div class=CustBold>Emma Watson, Kent</div></td></tr></table>';

singletext[4]='<table CELLSPACING="0" CELLPADDING="0" align="center"><tr><td height="10px" valign="middle"><div class=tanc>".. my car was fixed in 3 days, I kept my no-claims bonus, and it cost me nothing - brilliant!"<br><br></div><div class=CustBold>Ben Hardy, Somerset</div></td></tr></table>';

singletext[5]='<table CELLSPACING="0" CELLPADDING="0" align="center"><tr><td height="10px" valign="middle"><div class=tanc>".. very quick, very easy, I&#39;ve told all my friends about you!"<br><br></div><div class=CustBold>Jenny Cobham, Sussex</div></td></tr></table>';

singletext[6]='<table CELLSPACING="0" CELLPADDING="0" align="center"><tr><td height="10px" valign="middle"><div class=tanc>"Thank you for all your help, Paul was just saying last night how great your company had been in arranging everything for us!"<br><br></div><div class=CustBold>Sarah Young, Bedfordshire</div></td></tr></table>';

singletext[7]='<table CELLSPACING="0" CELLPADDING="0" align="center"><tr><td height="10px" valign="middle"><div class=tanc>"I am writing to say thank you to Car Call UK for the prompt response after my accident (twice) the way you reassured me all the time I am most grateful.."<br><br></div><div class=CustBold>Sarah Young, Bedfordshire</div></td></tr></table>';

singletext[8]='<table CELLSPACING="0" CELLPADDING="0" align="center"><tr><td height="10px" valign="middle"><div class=tanc>"I cannot thank Car Call enough for their help and assitance following my fathers accident and injury"<br><br></div><div class=CustBold>Adi Aymes, Ex. Hampshire Cricketer</div></td></tr></table>';

singletext[9]='<table CELLSPACING="0" CELLPADDING="0" align="center"><tr><td height="10px" valign="middle"><div class=tanc>"just a quick message to say thanks for sorting me out with a van so quickly after the crash - will definitely use you guys again."<br><br></div><div class=CustBold>Steve Watson, Lancashire</div></td></tr></table>';

singletext[10]='<table CELLSPACING="0" CELLPADDING="0" align="center"><tr><td height="10px" valign="middle"><div class=tanc>"..and my compensation claim was handled very efficiently. Thanks for helping us in our hour of need."<br><br></div><div class=CustBold>Mrs. J Ventham, Cumbria</div></td></tr></table>';

singletext[11]='<table CELLSPACING="0" CELLPADDING="0" align="center"><tr><td height="10px" valign="middle"><div class=tanc>"..the hire car was even better than mine, shame I had to give it back!"<br><br></div><div class=CustBold>Jez Phillips, Warwickshire</div></td></tr></table>';

singletext[12]='<table CELLSPACING="0" CELLPADDING="0" align="center"><tr><td height="10px" valign="middle"><div class=tanc>"I still can&#39;t believe how easy it was to claim, and now our car is as good as new. Thankyou very much."<br><br></div><div class=CustBold>Laura Davies, Powys</div></td></tr></table>';

singletext[13]='<table CELLSPACING="0" CELLPADDING="0" align="center"><tr><td height="10px" valign="middle"><div class=tanc>"..my friend said you were good, and they were right!"<br><br></div><div class=CustBold>Peter Dobson, Cheshire</div></td></tr></table>';

singletext[14]='<table CELLSPACING="0" CELLPADDING="0" align="center"><tr><td height="10px" valign="middle"><div class=tanc>"..great hire car, a quick repair, and compensation too. What more can I say, thanks Car Call!"<br><br></div><div class=CustBold>Aamir Kahn, Derbyshire</div></td></tr></table>';







//singletext[...]='...';
//-- end Parameters and message -->

//-- begin: Scroller's Algorithm -->
var ii=0;
function goup(){if(sspeed!=rspeed*26){sspeed=sspeed*2;restart=sspeed;}}

function start(){
if(document.getElementById){ns6div=document.getElementById('iens6div');ns6div.style.top=sheight+"px";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+"px";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+"px";setTimeout("iescroll()",100);}else{if(ii==singletext.length-1)ii=0;else ii++;iediv.style.pixelTop=sheight+"px";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+"px";setTimeout("ns6scroll()",100);}
else{if(ii==singletext.length-1)ii=0;else ii++;
ns6div.style.top=sheight+"px";ns6div.innerHTML=singletext[ii];sizeup=ns6div.offsetHeight;ns6scroll();}}
//-- end Algorithm -->

