var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'D' leads Indians to win
";
arnews[0] += "PALM SPRINGS - The offensive numbers were impressive for the Palm Springs High School Indians on Friday night.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Week 11 Game Breakdowns
";
arnews[1] += "The RotoExperts Staff looks ahead to Week 11, with lineup recommendations in every game capsule.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 09:34:38 GMT";
arnews[1] += "
";
arnews[2]="Now Seahawks have to deal with Go Go Gadget
";
arnews[2] += "The Seattle Seahawks defense has dealt with Larry Fitzgerald, Anquan Boldin, Calvin Johnson and Miles Austin in recent weeks.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 09:02:49 GMT";
arnews[2] += "
";
arnews[3]="Lawsuit accuses sheriff's deputies of inmate assault
";
arnews[3] += "A federal lawsuit was filed Thursday against Houston County Sheriff Cullen Talton and others that alleged more than a dozen deputies assaulted a mentally ill man while he was being held at the county jail in 2008.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 08:47:33 GMT";
arnews[3] += "
";
arnews[4]="Funerals today
";
arnews[4] += "Baise, Harold, 42, of Hull; 11 a.m. at Galilee Holiness Church; Ivie Funeral Home, Commerce, has charge of arrangements.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 08:27:48 GMT";
arnews[4] += "
";
arnews[5]="Police reports for Nov. 21
";
arnews[5] += "Jacob Matthew Clark, 29. 3862 Riggins Mill Road, Macon, was charged Thursday with a probation violation.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 06:59:18 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("