var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Leesburg girls trounce Belleview
"; arnews[0] += "Three players reached double figures in scoring for Leesburg's girls basketball team in its 56-17 victory over outmanned Belleview Thursday."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 19:20:33 GMT"; arnews[0] += "
"; arnews[1]="Johnson High School Fall Production - The Crucible
"; arnews[1] += "The Claudia Taylor Johnson Theatre Department is proud to announce The Crucible by Arthur Miller as its first production of the 2009-2010 season."; arnews[1] += "
Publ.Date : Tue, 06 Oct 2009 16:01:55 GMT"; arnews[1] += "
"; arnews[2]="Mount Dora Bible top The Villages in boys golf
"; arnews[2] += "Brandon Minnig fired a 38 Tuesday to lead Mount Dora Bible to a 165-179 victory against The Villages in boys golf."; arnews[2] += "
Publ.Date : Wed, 30 Sep 2009 13:52:59 GMT"; arnews[2] += "
"; arnews[3]="Leesburg's young Jackets earn 3-0 win against Lake Weir Hurricanes
"; arnews[3] += "The Leesburg High School volleyball team will be a work in progress this season."; arnews[3] += "
Publ.Date : Thu, 03 Sep 2009 02:03:28 GMT"; arnews[3] += "
"; arnews[4]="Jackson opens with win
"; arnews[4] += "The way things were progressing Saturday, Chris Roth knew he had to be at the top of his game."; arnews[4] += "
Publ.Date : Sun, 02 Aug 2009 08:19:44 GMT"; arnews[4] += "
"; totcount = 5; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");