var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Red Devils fall in OTWAYNESBORO - The Wayne County Wildcats overcame...
";
arnews[0] += "The Wayne County Wildcats overcame four turnovers to defeat the Jo Byrns Red Devils in overtime 21-14 in the quarterfinals of the Class 1A bracket on Friday night.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:17:57 GMT";
arnews[0] += "
";
arnews[1]="Dillon knocks off Timberland again
";
arnews[1] += "For the second straight year, the Dillon Wildcats ended Timberland's bid for a Class 2A state title and a perfect season.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:14:32 GMT";
arnews[1] += "
";
arnews[2]="Chevrolet - NCWTS at Homestead - Ford 200 Post-Race Quotes
";
arnews[2] += "Author Topic: CHEVROLET - NCWTS AT HOMESTEAD - Ford 200 Post-Race Quotes NASCAR CAMPING WORLD TRUCK SERIES FORD 200 HOMESTEAD-MIAMI POST RACE NOTES AND QUOTES NOVEMBER 20, 2009 KEVIN HARVICK, NO.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 05:56:33 GMT";
arnews[2] += "
";
arnews[3]="MacLeod leads Lions to victory
";
arnews[3] += "The unbeaten Lions shut out the Orillia Park Street Trojans 45-0 in National Capital Bowl senior AA football semifinal action at Trent University.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 04:31:22 GMT";
arnews[3] += "
";
arnews[4]="Nominees for U.S. Army POY Award announced
";
arnews[4] += "The U.S. Army All-American Bowl Selection Committee has nominated 16 student-athletes for the prestigious 2010 U.S. Army Player of the Year Award, considered high school football's highest honor.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 04:20:26 GMT";
arnews[4] += "
";
arnews[5]="Wiggins play: 'Drive-in' gives fun spoof
";
arnews[5] += "Morgan County kids may be among the few in the nation who still know what it's like at a drive-in movie - which no doubt gave them a better appreciation of the Wiggins High School Tiger Theater production of \"Saturday Night at the Drive-in Movie.\" This multi-layered spoof on the fare at a drive-in, complete with unavoidable interruptions and ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 04:08:48 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("