var scrollerdelay='6000' //delay between msg scrolls. 3000=3 seconds. var scrollerwidth='170px' var scrollerwidth2='176px' var scrollerheight='240px' var messages=new Array() messages[0]="
23/09/2010
I am thrilled to bits with my ring & many thanks to you also for all your help. - Mrs Dean
"; messages[0]="
23/09/2010
I am thrilled to bits with my ring & many thanks to you also for all your help. - Mrs Dean
17/03/2010
Thanks again for all your help! - Hayley Foster
"; messages[1]="
16/03/2010
Thanks to all at aspire, She loved the enagement ring! Your advice was extremly helpful. - Peter Townley
"; messages[1]="
16/03/2010
Thanks to all at aspire, She loved the enagement ring! Your advice was extremly helpful. - Peter Townley
21/01/2010
Thankyou for all your efforts on our behalf, All the best! - Carol and Steve
"; messages[2]="
21/12/2009
Just a brief note to say thankyou for your advice and support during my recent purchase. My girlfriend is delighted with the setting - Andrew Douglas
"; ///////Do not edit pass this line/////////////////////// var ie=document.all var dom=document.getElementById if (messages.length>2) zz=2 else zz=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[zz] if (zz==messages.length-1) zz=0 else zz++ } //} } 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[zz] if (zz==messages.length-1) zz=0 else zz++ } } 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