<!--/*Pausing updown message scroller- © Dynamic Drive (www.dynamicdrive.com)For full source code, installation instructions,Terms Of Use, visit http://www.dynamicdrive.com*///configure the below five variables to change the style of the scrollervar scrollerwidth=459var scrollerheight=100var scrollerbgcolor=''//set below to '' if you don't wish to use a background imagevar scrollerbackground=''//configure the below variable to change the contents of the scrollervar messages=new Array()messages[0]="<font face='Verdana, Arial, Helvetica, sans-serif' color='#466700' size='1'> <B> George Samaha </B> <BR> The Best selection of water plants I have ever seen.... and the service was great. </a></font>"messages[1]="<font face='Verdana, Arial, Helvetica, sans-serif' color='#466700' size='1'> <B> Ann Martin </B> <BR> I have looked every where to find a place that looks after all my water pond needs...thanks Tony. </a></font>"messages[2]="<font face='Verdana, Arial, Helvetica, sans-serif' color='#466700' size='1'> <B> Enzo Bietsili </B> <BR> There is a huge range of statues at Sydney Water Gardens... I found exactly what I wanted. </a></font>"messages[3]="<font face='Verdana, Arial, Helvetica, sans-serif' color='#466700' size='1'> <B> Kate Roly </B> <BR> I have been dealing with Bringelly Nursery for some time now and find their products to be of top quality, competitively priced and their service reliable. </a></font>"///////Do not edit pass this line///////////////////////var ie=document.all&&navigator.userAgent.indexOf("Opera")==-1var dom=document.getElementById&&navigator.userAgent.indexOf("Opera")==-1if (messages.length>2)i=2elsei=0function move1(whichlayer){tlayer=eval(whichlayer)if (tlayer.top>0&&tlayer.top<=5){tlayer.top=0setTimeout("move1(tlayer)",3000)setTimeout("move2(document.main.document.second)",3000)return}if (tlayer.top>=tlayer.document.height*-1){tlayer.top-=5setTimeout("move1(tlayer)",50)}else{tlayer.top=scrollerheighttlayer.document.write(messages[i])tlayer.document.close()if (i==messages.length-1)i=0elsei++}}function move2(whichlayer){tlayer2=eval(whichlayer)if (tlayer2.top>0&&tlayer2.top<=5){tlayer2.top=0setTimeout("move2(tlayer2)",3000)setTimeout("move1(document.main.document.first)",3000)return}if (tlayer2.top>=tlayer2.document.height*-1){tlayer2.top-=5setTimeout("move2(tlayer2)",50)}else{tlayer2.top=scrollerheighttlayer2.document.write(messages[i])tlayer2.document.close()if (i==messages.length-1)i=0elsei++}}function move3(whichdiv){tdiv=eval(whichdiv)if (parseInt(tdiv.style.top)>0&&parseInt(tdiv.style.top)<=5){tdiv.style.top=0setTimeout("move3(tdiv)",3000)setTimeout("move4(second2_obj)",3000)return}if (parseInt(tdiv.style.top)>=tdiv.offsetHeight*-1){tdiv.style.top=parseInt(tdiv.style.top)-5setTimeout("move3(tdiv)",50)}else{tdiv.style.top=scrollerheighttdiv.innerHTML=messages[i]if (i==messages.length-1)i=0elsei++}}function move4(whichdiv){tdiv2=eval(whichdiv)if (parseInt(tdiv2.style.top)>0&&parseInt(tdiv2.style.top)<=5){tdiv2.style.top=0setTimeout("move4(tdiv2)",3000)setTimeout("move3(first2_obj)",3000)return}if (parseInt(tdiv2.style.top)>=tdiv2.offsetHeight*-1){tdiv2.style.top=parseInt(tdiv2.style.top)-5setTimeout("move4(second2_obj)",50)}else{tdiv2.style.top=scrollerheighttdiv2.innerHTML=messages[i]if (i==messages.length-1)i=0elsei++}}function startscroll(){if (ie||dom){first2_obj=ie? first2 : document.getElementById("first2")second2_obj=ie? second2 : document.getElementById("second2")move3(first2_obj)second2_obj.style.top=scrollerheightsecond2_obj.style.visibility='visible'}else if (document.layers){document.main.visibility='show'move1(document.main.document.first)document.main.document.second.top=scrollerheight+5document.main.document.second.visibility='show'}}window.onload=startscroll//-->