var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="CCU's Harris scores 1000th point
";
arnews[0] += "Saturday, November 21, 2009 at 8:49 p.m. Read more: Coastal Carolina , Basketball , Joseph Harris , College , NCAA Basketball From Goccusports.com CONWAY, S.C. a ' Joseph Harris scored his 1,000th-career point and Chad Gray led five players in double figures with 19 points as the Coastal Carolina University mena TMs basketball team defeated ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:14:49 GMT";
arnews[0] += "
";
arnews[1]="Good thoughts and good eats
";
arnews[1] += "Hays County Historical Commission members brought good thoughts and goods eats to more than 130 Hays County Sheriff's Department employees at the Law Enforcement Center recently.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 03:05:49 GMT";
arnews[1] += "
";
arnews[2]="Coastal Carolina defeats Vorhees 99-56
";
arnews[2] += "Joseph Harris scored 13 points and grabbed 10 rebounds to lead Coastal Carolina past Vorhees 99-56 on Saturday.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 03:02:59 GMT";
arnews[2] += "
";
arnews[3]="Adoption Day in Johnson County
";
arnews[3] += "Jodi Lamb celebrated as the adoption of her daughter, 16-month-old Danielle Lamb, was made final on Saturday, Nov.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 02:56:37 GMT";
arnews[3] += "
";
arnews[4]="Sacramento Man Arrested for Shooting Sea Lion
";
arnews[4] += "A Sacramento man was arrested early Saturday morning by officers from the Department of Fish and Game after admitting he shot a sea lion that eventually found its way to the shores of Old Sacramento last month.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 02:50:16 GMT";
arnews[4] += "
";
arnews[5]="Dan Pompei: Bears' Cutler ripe for the picks
";
arnews[5] += "Everyone, it seems, has intercepted Jay Cutler this season. Well, everyone but Bob Costas , that is.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 02:43:14 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("