var scrollerdelay='6000' var scrollerwidth='180px' var scrollerheight='120px' var scrollerbgcolor='' var scrollerbackground='' var messages=new Array() messages[0]="<"+"div align='justify'><"+"strong>09/03/2010"+"<"+"/strong><"+"/div><"+"div align='justify'>Handrail Sale - 15% Off Axxys and Traditional Handrails. Offer Must End 31st March. Call For Details.
More>><"+"/div>";messages[1]="<"+"div align='justify'><"+"strong>15/01/2010"+"<"+"/strong><"+"/div><"+"div align='justify'>AXXYS CLARITY LAUNCHED: If you want the stunning look of glass balustrade then Axxys Clarity is for you. Click for more infomation.
More>><"+"/div>";messages[2]="<"+"div align='justify'><"+"strong>18/09/2009"+"<"+"/strong><"+"/div><"+"div align='justify'>New Joinerystore Brochure - request your copy today or download from the home page
More>><"+"/div>";messages[3]="<"+"div align='justify'><"+"strong>26/05/2009"+"<"+"/strong><"+"/div><"+"div align='justify'>Customer Comment - Fantastic service, great product and very fast delivery. Thank you.
More>><"+"/div>";messages[4]="<"+"div align='justify'><"+"strong>26/05/2009"+"<"+"/strong><"+"/div><"+"div align='justify'>Customer Comment - Brilliant. Goes the extra mile. Excellent communication and service. Many thanks
More>><"+"/div>";messages[5]="<"+"div align='justify'><"+"strong>26/05/2009"+"<"+"/strong><"+"/div><"+"div align='justify'>Customer Comment - ''fantastic quality exellent value. fab i cant believe my luck i found them''
More>><"+"/div>";messages[6]="<"+"div align='justify'><"+"strong>26/03/2009"+"<"+"/strong><"+"/div><"+"div align='justify'>Looking to refurbish your stairs without replacing your whole staircase. Take a look at our new oak stair renovation system supplied by our Swedish partners Lundbergs
More>><"+"/div>";messages[7]="<"+"div align='justify'><"+"strong>19/02/2009"+"<"+"/strong><"+"/div><"+"div align='justify'>Our new range of oak doors, frames, and architraves sets are now in stock at low trade prices
More>><"+"/div>";messages[8]="<"+"div align='justify'><"+"strong>03/02/2009"+"<"+"/strong><"+"/div><"+"div align='justify'>Having trouble determining what components you need? Why not let us do it for you by using our free planning service.
More>><"+"/div>";messages[9]="<"+"div align='justify'><"+"strong>06/01/2009"+"<"+"/strong><"+"/div><"+"div align='justify'>Welcome to Joinerystore, the UK's leading online supplier of joinery products to trade and DIY
More>><"+"/div>";messages[10]="<"+"div align='justify'><"+"strong>02/01/2009"+"<"+"/strong><"+"/div><"+"div align='justify'>Looking for a modern look. Why not try our Oak range of balustrade.
More>><"+"/div>"; ///////Do not edit pass this line/////////////////////// var ie=document.all var dom=document.getElementById if (messages.length>2) i=2 else i=0 function move(whichdiv) { tdiv=eval(whichdiv) if (parseInt(tdiv.style.top)>0&&parseInt(tdiv.style.top)<=5){ tdiv.style.top=0+"px" setTimeout("move(tdiv)",scrollerdelay) setTimeout("move2(second2_obj)",scrollerdelay) return } //if (count >0 ) //{ if (parseInt(tdiv.style.top)>=tdiv.offsetHeight*-1) { tdiv.style.top=parseInt(tdiv.style.top)-5+"px" setTimeout("move(tdiv)",50) } else { tdiv.style.top=parseInt(scrollerheight)+"px" tdiv.innerHTML=messages[i] if (i==messages.length-1) i=0 else i++ } //} } function move2(whichdiv){ tdiv2=eval(whichdiv) if (parseInt(tdiv2.style.top)>0&&parseInt(tdiv2.style.top)<=5){ tdiv2.style.top=0+"px" setTimeout("move2(tdiv2)",scrollerdelay) setTimeout("move(first2_obj)",scrollerdelay) return } if (parseInt(tdiv2.style.top)>=tdiv2.offsetHeight*-1){ tdiv2.style.top=parseInt(tdiv2.style.top)-5+"px" setTimeout("move2(second2_obj)",50) } else{ tdiv2.style.top=parseInt(scrollerheight)+"px" tdiv2.innerHTML=messages[i] if (i==messages.length-1) i=0 else i++ } } function startscroll(){ first2_obj=ie? first2 : document.getElementById("first2") second2_obj=ie? second2 : document.getElementById("second2") move(first2_obj) second2_obj.style.top=scrollerheight second2_obj.style.visibility='visible' } if (ie||dom){ document.writeln("
") document.writeln("
") document.writeln("
") document.write(messages[0]) document.writeln("
") document.writeln("") document.writeln("
") document.writeln("
") } if (window.addEventListener) window.addEventListener("load", startscroll, false) else if (window.attachEvent) window.attachEvent("onload", startscroll) else if (ie||dom) window.onload=startscroll