var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mount Dora girls advance at 3A-6 tourney
";
arnews[0] += "Mount Dora High School's girls basketball team will live to play for at least one more day.";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 16:40:21 GMT";
arnews[0] += "
";
arnews[1]="South Lake girls pound St. Cloud
";
arnews[1] += "Ashley Lanier recorded a double double to lead Leesburg to a 58-30 win against East Ridge.";
arnews[1] += "
Publ.Date : Fri, 15 Jan 2010 17:28:03 GMT";
arnews[1] += "
";
arnews[2]="Toby Keith, partner say Show Dog-Universal is best of both labels
";
arnews[2] += "The merger of Toby Keith's Show Dog Nashville label and Universal South Records has been public knowledge for about a month.";
arnews[2] += "
Publ.Date : Fri, 15 Jan 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Trace Adkins Leaving Capitol Nashville to Join Toby Keith's Show Dog-Universal Label
";
arnews[3] += "Trace Adkins is leaving his longtime label home, Capitol Nashville, to join Show Dog-Universal, a company headed by Toby Keith .";
arnews[3] += "
Publ.Date : Thu, 14 Jan 2010 01:15:46 GMT";
arnews[3] += "
";
arnews[4]="Late layup, free throw seals win for MDB against Circle Christian
";
arnews[4] += "Most coaches are willing to trade early season lossess for character-building wins late in the season.";
arnews[4] += "
Publ.Date : Wed, 13 Jan 2010 20:36:02 GMT";
arnews[4] += "
";
arnews[5]="Eustis advances to Great 8 title game
";
arnews[5] += "Tournament host Eustis High School beat Daytona Beach Mainland 62-57 Tuesday to earn a spot in today's championship game at the Lake's Great Eight Holiday Basketball Tournament at Eustis.";
arnews[5] += "
Publ.Date : Wed, 30 Dec 2009 13:17:53 GMT";
arnews[5] += "
";
totcount = 6;
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("