var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="PTC football stars litter All-District teams
";
arnews[0] += "A trio of teams raised championship banners for their tremendous 2009 seasons. With Ravenna, Mogadore and Woodridge rising to the top of their respective Portage Trail Conference divisions, it is fitting that those same three teams are well-represented on the Northeast Inland All-District team that was released on Friday.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 10:28:55 GMT";
arnews[0] += "
";
arnews[1]="Gulls boss signs Spurs youngster
";
arnews[1] += "Torquay United manager Paul Buckle has signed Tottenham Hotspur's England Under-19 international defender Adam Smith on loan until January.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 16:23:47 GMT";
arnews[1] += "
";
arnews[2]="VFW post commander dies of robbery injuries
";
arnews[2] += "Authorities say the commander of a VFW post in Chicago's southern suburbs has died of injuries suffered when he was beaten and robbed while depositing money from a veterans' fundraiser.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 06:00:00 GMT";
arnews[2] += "
";
arnews[3]="Veteran killed trying to make VFW deposit
";
arnews[3] += "The 65-year-old Vietnam War veteran who suffered broken ribs and hurt his knee during a strong-arm robbery in south suburban Midlothian earlier this week died from his injuries.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 11:14:47 GMT";
arnews[3] += "
";
arnews[4]="Stateville could see two additions
";
arnews[4] += "The state has the green light to pour millions of dollars into exploring whether to construct new inmate facilities on the Stateville prison property.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 11:03:08 GMT";
arnews[4] += "
";
arnews[5]="411's TNA Impact Report 11.19.09
";
arnews[5] += "Stevie make life difficult for Abyss & Mick. Hi, hello and welcome to 411's TNA Impact Report! I'm Steve Cook, filling in for Chris Lansdell.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 10:42:16 GMT";
arnews[5] += "
";
arnews[6]="Pinellas football playoff capsules
";
arnews[6] += "Freedom at Countryside Since John Davis has been at Countryside the Cougars have pretty much been an offense-first team, and if Countryside happened to have some decent defenders, OK.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 08:07:10 GMT";
arnews[6] += "
";
totcount = 7;
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("