var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Schley County looking to gain experience quickly
";
arnews[0] += "Last season was a bit of disappointment for the Schley County boys basketball team.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:31:48 GMT";
arnews[0] += "
";
arnews[1]="Central Florida bounces Auburn
";
arnews[1] += "A.J Tyler had 19 points and eight rebounds as Central Florida defeated Auburn 84-74 at the Glenn Wilkes Classic on Friday night at Daytona Beach, Fla.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 12:37:50 GMT";
arnews[1] += "
";
arnews[2]="Star Shots | Catholic youth procession, pies, raking leaves
";
arnews[2] += "Mavis Griffin says she has raked three acres of her property this fall, filling 270 bags with leaves.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 07:01:50 GMT";
arnews[2] += "
";
arnews[3]="Watford v Scunthorpe
";
arnews[3] += "Watford 4/5 Draw 5/2 Scunthorpe 7/2 Click here for Watford news Click here for Scunthorpe news Click here for head-to-head stats Watford will have three players missing when they entertain Scunthorpe at Vicarage Road on Saturday afternoon.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 06:26:05 GMT";
arnews[3] += "
";
arnews[4]="Trio Missing for Scunny Clash
";
arnews[4] += "Watford will have three players missing when they entertain Scunthorpe at Vicarage Road on Saturday afternoon.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 04:04:46 GMT";
arnews[4] += "
";
arnews[5]="ABC sets Lost premiere date
";
arnews[5] += "First the island moved; now Lost is moving to a new night. The sixth and final season of the ABC series is scheduled for a two-hour premiere Tuesday, Feb.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 21:56:58 GMT";
arnews[5] += "
";
arnews[6]="ABC Sets Premiere for Final Season of a oeLosta
";
arnews[6] += "Browse> Home / TV News / ABC Sets Premiere for Final Season of \"Lost\" << Filming On \"Thrones\" Complete ABC Sets Premiere for Final Season of \"Lost\" If you've got your calendar handy, you may want to mark Tuesday, February 2 on it.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 20:10:14 GMT";
arnews[6] += "
";
arnews[7]="Model's 'skinny' quote stings
";
arnews[7] += "Eating-disorder experts criticized Kate Moss , 35, after she cited as her motto a phrase used on Web sites that encourage girls to avoid eating.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 14:03:19 GMT";
arnews[7] += "
";
arnews[8]="Asheville, Franklin tangle in second round
";
arnews[8] += "Never is an absolute until someone does something to change it. Finding a way to upset Western North Carolina's last remaining undefeated football team might seem like a full night's work for Franklin.";
arnews[8] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[8] += "
";
totcount = 9;
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("