var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lawrence 'Rob' Robenhorst
";
arnews[0] += "Lawrence 'Rob' Robenhorst, 72, of Albertville, died Saturday, Nov. 14, 2009, at Shepherd's Cove - Hospice of Marshall County.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 21:24:50 GMT";
arnews[0] += "
";
arnews[1]="Special teams captain awaits homecoming
";
arnews[1] += "Last April, upon its public unveiling, Keyaron Fox was a mite juiced. The NFL's merry band of schedule-makers presented him a homecoming in late November: a return trip to Kansas City, where he was drafted five years ago, and Arrowhead Stadium, where he began his Sundays journey.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 13:28:43 GMT";
arnews[1] += "
";
arnews[2]="Review: Monk - Mr. Monk and the Badge
";
arnews[2] += "File this one under be careful what you wish for ... I feel like Rod Serling writing that, but there was a bit of a Twilight Zone feel to this episode of Monk .";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 05:35:00 GMT";
arnews[2] += "
";
arnews[3]="Lawrence 'Rob' Robenhorst
";
arnews[3] += "Lawrence 'Rob' Robenhorst, 72, of Albertville, died Saturday, Nov. 14, 2009, at Shepherd's Cove - Hospice of Marshall County.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 21:24:50 GMT";
arnews[3] += "
";
arnews[4]="Promising wrestling season starts with high intensity
";
arnews[4] += "Just because school got out early on Friday didn't mean things were going to go lightly for the Garden City High School wrestling team.";
arnews[4] += "
Publ.Date : Wed, 21 Jan 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Daytime dramas: Annie's pregnant but not for long
";
arnews[5] += "\"All My Children\": After learning that Annie really was pregnant, Zach, Ryan and Erica conspired to cause Adam to doubt her fidelity.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 18:46:25 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("