var scrollerdelay1='6000' //delay between msg scrolls. 3000=3 seconds. var scrollerwidth1='140px' var scrollerheight1='150px' var scrollerbgcolor1='#FFFFFF'//EAF3FB //set below to '' if you don't wish to use a background image var scrollerbackground1='' //configure the below variable to change the contents of the scroller var messages1=new Array() messages1[0]="
06/08/2008
I write to say thank you for your great service in the purchase of the serial I/O card. From order to delivery in 24 hours superb. I compliment your team very well done at Icubes.
";messages1[1]="
04/01/2007
Thank you for providing top-notch customer service. It is a pleasure to do business with you
"; ///////Do not edit pass this line/////////////////////// var ie=document.all var dom=document.getElementById //alert(messages1.length) if (messages1.length>2) i=2 else i=0 function move1(whichdiv){ xtdiv=eval(whichdiv) if (parseInt(xtdiv.style.top)>0&&parseInt(xtdiv.style.top)<=5){ xtdiv.style.top=0+"px" setTimeout("move1(xtdiv)",scrollerdelay1) setTimeout("move22(second20_obj)",scrollerdelay1) return } if (parseInt(xtdiv.style.top)>=xtdiv.offsetHeight*-1){ xtdiv.style.top=parseInt(xtdiv.style.top)-5+"px" setTimeout("move1(xtdiv)",50) } else{ xtdiv.style.top=parseInt(scrollerheight1)+"px" if (!messages1[i]) {i=0} xtdiv.innerHTML=messages1[i] if (i==messages1.length-1) i=0 else i++ } } function move22(whichdiv){ xtdiv2=eval(whichdiv) if (parseInt(xtdiv2.style.top)>0&&parseInt(xtdiv2.style.top)<=5){ xtdiv2.style.top=0+"px" setTimeout("move22(xtdiv2)",scrollerdelay1) setTimeout("move1(first20_obj)",scrollerdelay1) return } if (parseInt(xtdiv2.style.top)>=xtdiv2.offsetHeight*-1){ xtdiv2.style.top=parseInt(xtdiv2.style.top)-5+"px" setTimeout("move22(second20_obj)",50) } else{ xtdiv2.style.top=parseInt(scrollerheight1)+"px" if (!messages1[i]) {i=0} xtdiv2.innerHTML=messages1[i] if (i==messages1.length-1) i=0 else i++ } } function startscroll1(){ first20_obj=ie? first20 : document.getElementById("first20") second20_obj=ie? second20 : document.getElementById("second20") move1(first20_obj) second20_obj.style.top=scrollerheight1 second20_obj.style.visibility='visible' } if (ie||dom){ document.writeln("
") document.writeln("
") document.writeln("
") document.write(messages1[0]) document.writeln("
") document.writeln("") document.writeln("
") document.writeln("
") } if (window.addEventListener) window.addEventListener("load", startscroll1, false) else if (window.attachEvent) window.attachEvent("onload", startscroll1) else if (ie||dom) window.onload=startscroll1