var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="DOWN & OUT
";
arnews[0] += "In the end, Git Aiken proved to be too much for the Carrollton High School football team, which rallied from a dismal first half to lead 13-5 in the third quarter before Aiken helped host Eastside make a comeback of its own for a 20-13 second-round Class AAA state playoff win on Friday night at Homer Sharp Stadium.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:57:58 GMT";
arnews[0] += "
";
arnews[1]="More
";
arnews[1] += "CHAMPIONSHIP BRIEFING Click here for more Championship news Click here for weekend match odds Saturday, November 21 Barnsley v Cardiff Barnsley midfielder Hugo Colace is doubtful with a groin injury and could face a late fitness test but skipper Stephen Foster returns from suspension.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 15:56:19 GMT";
arnews[1] += "
";
arnews[2]="Third Friday art walk in Medford
";
arnews[2] += "\"The Toreador,\" oil on bond, and other artwork by Eugene Bennett will be featured at the Rogue Gallery & Art Center for the Third Friday art walk.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 11:18:35 GMT";
arnews[2] += "
";
arnews[3]="Foster, Mazzie, Ranson and Damiano Head Carrie Reading in NYC Nov. 20
";
arnews[3] += "Carrie , the short-lived 1988 cult musical about a teenage girl with telekinesis who takes revenge on her high school tormenters, is resurrected for a starry staged reading in Manhattan Nov.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 06:03:15 GMT";
arnews[3] += "
";
arnews[4]="This Day in Browns History: Jim Brown ties NFL record with 237 yards rushing
";
arnews[4] += "This Day in Browns History Ray Matjasic, PD file Jim Brown poses during the Cleveland Browns training camping in 1958.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 13:54:16 GMT";
arnews[4] += "
";
arnews[5]="Carrie - The Musical Casting Details
";
arnews[5] += "Wea re all ready to laugh at Carrie again as the clairvoyant teen gears up for her second go a round on the Broadway circuit.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 16:04:33 GMT";
arnews[5] += "
";
arnews[6]="Boys Soccer Preview
";
arnews[6] += "Coach: Mick Whitewood Key losses: F/MF Joe Johnson, D Anthony Frederick Key returning players: Jr.";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="Aletheia Christian defeats Covenant Christian
";
arnews[7] += "Josh Jones scored 39 points as Aletheia Christian defeated Covenant Christian 78-51 in a Panhandle Christian Conference game at Aletheia Christian.";
arnews[7] += "
Publ.Date : Sun, 15 Nov 2009 08:00:00 GMT";
arnews[7] += "
";
totcount = 8;
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("