var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Huskies Roll Over Hancock County
";
arnews[0] += "The North Greene Huskies picked up another pair of Hall of Fame victories Friday night, downing visiting Hancock County in both ends of a doubleheader.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 10:54:43 GMT";
arnews[0] += "
";
arnews[1]="Prep basketball: Dothan wins at the buzzer
";
arnews[1] += "Jamal Rodgers tipped in a missed shot at the buzzer, as Dothan defeated Ashford 51-49 on Friday night.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Prep Basketball Roundup: Eagles hold on, defeat Holly Pond in nailbiter
";
arnews[2] += "Late in the fourth quarter Friday night, just before a couple of big free throws, Cold Springs High girls basketball coach Tammy West pulled aside Georgia Myrex for a quick pep talk.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 07:12:13 GMT";
arnews[2] += "
";
arnews[3]="Hoops Roundup: MTSU's success against LSU ends
";
arnews[3] += "Taylor Turnbow had 17 points and 12 rebounds to lead No. 7 LSU to a 61-40 victory over No.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 10:12:43 GMT";
arnews[3] += "
";
arnews[4]="Sports Roundup
";
arnews[4] += "The Bulldogs are county champs. Bryson added to a 9-3 regular season and Mauldin Mustang Invitational championship by rolling through the county postseason tournament.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Coach rates Lynx bowlers at top of league
";
arnews[5] += "Brandon Valley's youth is finally catching up with them. The Lynx club bowling teams, which have been staffed largely by underclassmen in previous seasons, returns to the lanes this year with a wealth of varsity experience and a new head coach.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 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("