var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Obituaries
";
arnews[0] += "John Lee, 60, died Thursday, November 12, 2009. Services were Saturday at Mt. Gillion M.B. Church in Sardis.";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 18:14:03 GMT";
arnews[0] += "
";
arnews[1]="Host of parades to ring in the season
";
arnews[1] += "'Tis the season for Santa, and in addition to supervising the making of toys and packing his sleigh for Christmas Eve rounds, a number of parades are included in his pre-Christmas chores.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:27:43 GMT";
arnews[1] += "
";
arnews[2]="Premier League - Team news: Lampard out
";
arnews[2] += "All the team news ahead of this weekend's games with Frank Lampard out for Chelsea .";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 14:06:50 GMT";
arnews[2] += "
";
arnews[3]="Team news: Gerrard back.
";
arnews[3] += "All the team news ahead of this weekend's games with some mixed injury news coming out of Anfield.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 08:13:14 GMT";
arnews[3] += "
";
arnews[4]="Sheriff's office warning of potential sweepstakes fraud
";
arnews[4] += "LEE COUNTY : The Lee County Sheriff's Office is warning people about scammers pretending to be with Publishers Clearing House.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 03:05:09 GMT";
arnews[4] += "
";
arnews[5]="PREVIEW: The Premier League is back with a bang
";
arnews[5] += "THE Premier League swings back into action this weekend with a top-drawer clash kicking things off on Saturday lunchtime.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 19:33:54 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("