/* Highligher Scroller script- By JavaScript Kit For this and over 400+ free scripts, visit http://www.javascriptkit.com/ This notice must stay intact */ var tickercontents=new Array() tickercontents[0]='Welcome to Sutton Valence Cars...' tickercontents[1]='Full pre-delivery inspection' tickercontents[2]='Full Safety Check' tickercontents[3]='FREE 6 Months Fully Comprehensive Warranty' tickercontents[4]='12 Months MOT' tickercontents[5]='Structured Service & Warranty Packages To Suit Your Individual Needs FREE 7 Days Fully Comprehensive Insurance Professional After Sales Care ' var tickdelay=3000 //delay btw messages var highlightspeed=5 //10 pixels at a time. ////Do not edit pass this line//////////////// var currentmessage=0 var clipwidth=0 function changetickercontent(){ crosstick.style.clip="rect(0px 0px auto 0px)" crosstick.innerHTML=tickercontents[currentmessage] highlightmsg() } function highlightmsg(){ var msgwidth=crosstick.offsetWidth if (clipwidth0) crosstickParent.style.height=crosstick.offsetHeight+'px' else setTimeout("crosstickParent.style.height=crosstick.offsetHeight+'px'",100) //delay for Mozilla's sake changetickercontent() } if (document.all || document.getElementById) window.onload=start_ticking