var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Messenger
";
arnews[0] += "After being wounded in Iraq, a valorous but emotionally repressed soldier returns to the States, where the army, displaying all the irony of a Hollywood screenwriter, assigns to him the wrenching duty of notifying parents and spouses that their loved ones have died in combat.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 22:41:51 GMT";
arnews[0] += "
";
arnews[1]="Donald Ray a Donniea Holly
";
arnews[1] += "Donald Ray \"Donnie\" Holly, 60, of Wichita Falls, passed away Wednesday, November 11, 2009.";
arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 10:48:25 GMT";
arnews[1] += "
";
arnews[2]="Police and fire reports for Tuesday, Nov. 10, 2009
";
arnews[2] += "Possession – consumption of open alcohol in public; at Beanblossom parking lot; Saturday; 11:14 p.m., Nicholas M. Tomman, 25, of Dixon; Sunday: 12:40 a.m., Shawn M. Jacobs, 24, of Dixon; 12:55 a.m., Curtis W. Keplinger, 44, of Dixon; 1:11 a.m., Dustin M. Walker, 22, of Dixon.";
arnews[2] += "
Publ.Date : Tue, 10 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="'90210' Picked up for a Full Season
";
arnews[3] += "Shenae Grimes, who plays the Cheshire-grinning Annie Wilson on \" 90210,\" really has something to smile about now.";
arnews[3] += "
Publ.Date : Tue, 23 Sep 2008 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Former auto dealer Rod Burt dies
";
arnews[4] += "\"I'm leaving you now, but I will be back,\" Rod Burt told his wife whenever he left the house in the morning.";
arnews[4] += "
Publ.Date : Fri, 30 Oct 2009 02:15:42 GMT";
arnews[4] += "
";
totcount = 5;
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("