var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Births
";
arnews[0] += "A boy, Dylan Wayne Stanley, was born to Briana and Jeremy Stanley on Oct. 18, 2009.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:57:00 GMT";
arnews[0] += "
";
arnews[1]="Naia Women's Basketball: Lady Lions hold on for win
";
arnews[1] += "The Master's chipped into Freed-Hardeman's enormous lead late in the game, but the Lady Lions held on for 98-87 win.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Katrina survivors bring home cooking to county
";
arnews[2] += "For a little more than two weeks Taste of N'awlins has been serving up authentic Cajun cuisine on Jackson Felts Road.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 10:35:45 GMT";
arnews[2] += "
";
arnews[3]="Obituaries for 11/20/2009
";
arnews[3] += "TALLEY, Morris H. 'Rat,' 62 of Montgomery, AL departed this life on November 17, 2009 in a local hospital.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Lady Cougars get buried by 3s
";
arnews[4] += "Waverly made no secret what its offensive bread and butter will be this season. The Lady Tigers' motion offense consisted of them spotting up around the 3-point arc and making crisp passes until a player found enough daylight to shoot.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Girls basketball preview: Top 20
";
arnews[5] += "Last season's record in parentheses. 1. Bolingbrook A fifth straight trip to the state title game is the expectation; an undefeated season and a No.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 07:06:27 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("