

<!-- STEP II: Goes between <HEAD> & </HEAD> tags
              //Or linking to an External js file:
//<script language="javascript" src="yourfile.js"> 
// /script>
  //            without other script tags -->


/**************************************
* http://vertical-scroller.vbarsan.com/
*    This notice may not be removed 
**************************************/

//-- Begin Scroller's Parameters and messages -->
//scroller's width
var swidth=733;

//scroller's height
var sheight=75;


//scroller's speed 
var sspeed=3.5;
var restart=sspeed;
var rspeed=sspeed;

//scroller's pause
var spause=3500;

//scroller's background
var sbcolor="#ffffff";

//Messages: set your own; use as many as you'd like; set up Hyperlinks to
//URLs as you normally do: <a target=... href="... URL ...">..message..</a>;
//Preloading images is recommended:
preload1 = new Image();
preload1.src = "http://vbarsan.com/vbarsan.com.jpg";
preload2 = new Image();
preload2.src = "http://vertical-scroller.vbarsan.com/vertical-scroller.vbarsan.com.jpg";
preload3 = new Image();
preload3.src = "http://news-scroller.vbarsan.com/news-scroller.vbarsan.com.jspg";
preload4 = new Image();
preload4.src = "http://news-ticker.vbarsan.com/news-ticker.vbarsan.com.jpg";
preload5 = new Image();
preload5.src = "http://javascripts.vbarsan.com/javascripts.vbarsan.com.jpg";
//When no preloading, use below the actual image path instead of '+preload...+';
var singletext=new Array();

singletext[0]='<script type="text/javascript" language="javascript" src="http://www.flaswim.com/camp/litebox/lytebox.js"></script><link rel="stylesheet" href="http://www.flaswim.com/camp/litebox/lytebox.css" type="text/css" media="screen" /><table CELLSPACING="0" CELLPADDING="0" align="center" border="0"><tr><td height="75px" width="365" valign="middle"> <span class="style5">&#8226;<span class="Estilo4-12normal"> Download the </span><u class="style2"><a href="pdf/calendars/2010 feb future stars.pdf">FUTURE  STARS</a></u><span class="Estilo4-12normal"> and </span> <u class="style2"><a href="pdf/calendars/2010 feb red.pdf">RED</a></u><span class="Estilo4-12normal">Calendars</span><span class="style11"> (Feb)</span><u class="style2"></u> </span><br> <br><span class="style5">&#8226; <u class="style2"><a href="../highschool/2010-County-Teams.htm">2010 High School All County Teams</a></u></span></td><td height="75px" valign="middle"> <div align="center"><span class="style5"><div align="left">&#8226; <u class="style2"><a href="http://www.flaswim.com/news/2010-02-05 MIAofficials clinic.htm" rel="lyteframe" title="Officials clinic Miami" rev="width: 550px; height: 500px; scrolling: yes;">Officials Clinic Available at FLA Miami - Feb 10th</a></u></div></span><div align="left"><br><span class="style5">&#8226; <u class="style2"><a href="../news/2010-02-05 St Andrews Boca.htm">Great success for FLA Boca at the Saint Andrews Meet!</a></u></span></div></div></td></tr></table>';

singletext[1]='<table CELLSPACING="0" CELLPADDING="0" align="center" border="0"><tr><td height="75px" width="362" valign="middle"> <span class="style5">&#8226;<u class="style2"><a href="../news/2009-winterchamps-l.htm"> Five Blue Swimmers Make big Splashes at Winter Champ</a></u></span><br><br><span class="style5">&#8226; <u class="style2"><a href="/pdf/2009 August_schedule.pdf"></a><a href="news/2009-winterchamps-j.htm">Big Time Drops at Winter Championships</a></u></span></td><td width="347" height="75px" valign="middle"> <div align="center"><span class="style5"><div align="left"><span class="style5">&#8226; <u class="style2"><a href="../news/2009-11-11%20WB%20Sub-JO%20sizzler.htm">White &amp; Blue Swimmers score great Swims at FLAC Sub-JO</a></u></span><br><br><span class="style5"><span class="style5">&#8226; <u class="style2"><a href="../news/2009-11-02%20Star%20Fassler.htm">Star Fassler Shines at the FGC invite in Pembroke Pines!</a></u></span></span></div></span></div></td></tr></table>';

//singletext[...]='...';
//-- end Parameters and message -->

//-- begin: Scroller's Algorithm -->
var ii=0;
function goup(){if(sspeed!=rspeed*16){sspeed=sspeed*2;restart=sspeed;}}

function start(){
if(document.getElementById){ns6div=document.getElementById('iens6div');ns6div.style.top=sheight+"px";ns6div.innerHTML=singletext[0];sizeup=ns6div.offsetHeight;ns6scroll();}
else 
if(document.layers){ns4layer=document.ns4div.document.ns4div1;ns4layer.top=sheight;ns4layer.document.write(singletext[0]);ns4layer.document.close();sizeup=ns4layer.document.height;ns4scroll();}
else 
if(document.all){iediv=iens6div;iediv.style.pixelTop=sheight+"px";iediv.innerHTML=singletext[0];sizeup=iediv.offsetHeight;iescroll();}}
function iescroll(){if(iediv.style.pixelTop>0&&iediv.style.pixelTop<=sspeed){iediv.style.pixelTop=0;setTimeout("iescroll()",spause);}else 
if(iediv.style.pixelTop>=sizeup*-1){iediv.style.pixelTop-=sspeed+"px";setTimeout("iescroll()",100);}else{if(ii==singletext.length-1)ii=0;else ii++;iediv.style.pixelTop=sheight+"px";iediv.innerHTML=singletext[ii];sizeup=iediv.offsetHeight;iescroll();}}
function ns4scroll(){if(ns4layer.top>0&&ns4layer.top<=sspeed){ns4layer.top=0;setTimeout("ns4scroll()",spause);}else 
if(ns4layer.top>=sizeup*-1){ns4layer.top-=sspeed;setTimeout("ns4scroll()",100);}else{if(ii==singletext.length-1)ii=0;else ii++;ns4layer.top=sheight;ns4layer.document.write(singletext[ii]);ns4layer.document.close();sizeup=ns4layer.document.height;ns4scroll();}}
function ns6scroll(){if(parseInt(ns6div.style.top)>0&&parseInt(ns6div.style.top)<=sspeed){ns6div.style.top=0;setTimeout("ns6scroll()",spause);}else 
if(parseInt(ns6div.style.top)>=sizeup*-1){ns6div.style.top=parseInt(ns6div.style.top)-sspeed+"px";setTimeout("ns6scroll()",100);}
else{if(ii==singletext.length-1)ii=0;else ii++;
ns6div.style.top=sheight+"px";ns6div.innerHTML=singletext[ii];sizeup=ns6div.offsetHeight;ns6scroll();}}
//-- end Algorithm -->
// /script>
<!-- End of Script between <head> & </head> tags-->