//configure the below five variables to change the style of the scroller var scrollerwidth=405 var scrollerheight=50 var scrollerbgcolor='#F4F4F4' //set below to '' if you don't wish to use a background image var scrollerbackground='' //configure the below variable to change the contents of the scroller var messages=new Array() messages[0]="
AVON PARK
1110 W. Main Street Avon Park 863-453-2232
COCOA
3740 N. U.S. HWY 1 COCOA 321-690-0902
HIALEAH
9550 N.W. 77th Ave. Hialeah Gardens 305-557-2691
" messages[1]="
NARANJA
26301 S. Dixie Hwy Naranja 305-258-4233
ORLANDO
8283 E. Colonial Dr. Orlando 407-277-5207
LAKELAND 98 NORTH
5248 Hwy 98 North Lakeland 863-859-7570
" messages[2]="
DAYTONA
3230 S. Ridgewood Ave. South Daytona 386-760-7666
MIRAMAR
3898 S. State Road 7 Miramar 954-961-7433
OAKLAND
16001 W. Colonial Dr. Winter Garden 407-877-1001
" messages[3]="
92 FACTORY
1061 Hwy 92 West Auburndale 863-665-3767
CENTRAL MOBILE HOMES OF CLEWISTON
2160 W. Hwy 27 Clewiston 863-983-4663
CENTRAL MOBILE HOMES OF LABELLE
825 S. Main St. Labelle 863-675-8888
" messages[4]="
SHED CITY
11231 U.S. Hwy 441 Tavares 352-343-1733
BELLEVIEW
9355 S. U.S. 441 Ocala 352-245-4747
THURMAN'S OF FT. PIERCE
2775 N. US1 Ft. Pierce 561-464-4077
" messages[5]="
LEE'S WHOLESALE SHEDS
24590 Overseas Hwy. MM247 Summerland Key 305-745-4026
BACKYARD DEPOT
2598 S. Military Trail West Palm Beach 561-965-3456
LAKELAND
6021 S. Florida Ave Lakeland 863-701-9880
" messages[6]="
SHEDS & MORE
603 Leonard Blvd. Lehigh Acres 239-671-8441
" ///////Do not edit pass this line/////////////////////// var ie=document.all&&navigator.userAgent.indexOf("Opera")==-1 var dom=document.getElementById&&navigator.userAgent.indexOf("Opera")==-1 if (messages.length>2) i=2 else i=0 function move1(whichlayer){ tlayer=eval(whichlayer) if (tlayer.top>0&&tlayer.top<=5){ tlayer.top=0 setTimeout("move1(tlayer)",3000) setTimeout("move2(document.main.document.second)",3000) return } if (tlayer.top>=tlayer.document.height*-1){ tlayer.top-=5 setTimeout("move1(tlayer)",50) } else{ tlayer.top=scrollerheight tlayer.document.write(messages[i]) tlayer.document.close() if (i==messages.length-1) i=0 else i++ } } function move2(whichlayer){ tlayer2=eval(whichlayer) if (tlayer2.top>0&&tlayer2.top<=5){ tlayer2.top=0 setTimeout("move2(tlayer2)",3000) setTimeout("move1(document.main.document.first)",3000) return } if (tlayer2.top>=tlayer2.document.height*-1){ tlayer2.top-=5 setTimeout("move2(tlayer2)",50) } else{ tlayer2.top=scrollerheight tlayer2.document.write(messages[i]) tlayer2.document.close() if (i==messages.length-1) i=0 else i++ } } function move3(whichdiv){ tdiv=eval(whichdiv) if (parseInt(tdiv.style.top)>0&&parseInt(tdiv.style.top)<=5){ tdiv.style.top=0 setTimeout("move3(tdiv)",3000) setTimeout("move4(second2_obj)",3000) return } if (parseInt(tdiv.style.top)>=tdiv.offsetHeight*-1){ tdiv.style.top=parseInt(tdiv.style.top)-5 setTimeout("move3(tdiv)",50) } else{ tdiv.style.top=scrollerheight tdiv.innerHTML=messages[i] if (i==messages.length-1) i=0 else i++ } } function move4(whichdiv){ tdiv2=eval(whichdiv) if (parseInt(tdiv2.style.top)>0&&parseInt(tdiv2.style.top)<=5){ tdiv2.style.top=0 setTimeout("move4(tdiv2)",3000) setTimeout("move3(first2_obj)",3000) return } if (parseInt(tdiv2.style.top)>=tdiv2.offsetHeight*-1){ tdiv2.style.top=parseInt(tdiv2.style.top)-5 setTimeout("move4(second2_obj)",50) } else{ tdiv2.style.top=scrollerheight tdiv2.innerHTML=messages[i] if (i==messages.length-1) i=0 else i++ } } 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=scrollerheight second2_obj.style.visibility='visible' } else if (document.layers){ document.main.visibility='show' move1(document.main.document.first) document.main.document.second.top=scrollerheight+5 document.main.document.second.visibility='show' } } window.onload=startscroll