var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Missouri 34, Iowa State 24
";
arnews[0] += "Iowa State cornerback Michael O'Connell unfastened his helmet while walking off of the field as Missouri celebrated Missouri running back De'Vion Moore's touchdown in the second half during the University of Missouri and Iowa State University football game on Faurot Field in Memorial Stadium on Saturday, Nov 21, 2009, in Columbia, Missouri.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:24:16 GMT";
arnews[0] += "
";
arnews[1]="Cancer diagnosis transports me to strange new land
";
arnews[1] += "When Debbie, my wife, and I met with my doctor, who will also be my surgeon, she patiently and methodically explained the courses of treatment that might be followed to rid me of the cancer I have.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 00:34:43 GMT";
arnews[1] += "
";
arnews[2]="Missouri 34, ISU 24: Tigers rally past 6-win Cyclones
";
arnews[2] += "Danario Alexander broke one of Jeremy Maclin's records with another big day. He expects the rest of the Philadelphia Eagles' wide receiver's year-old marks to fall before his huge senior season is done.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 01:45:33 GMT";
arnews[2] += "
";
arnews[3]="Court Report published Saturday, Nov. 21, 2009
";
arnews[3] += "Mark Hale Brummitt Jr., 25, Gold Beach, was convicted Nov. 16 of possession of less than an ounce of marijuana.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 14:36:56 GMT";
arnews[3] += "
";
arnews[4]="The Bonnie Hunt Show
";
arnews[4] += "ABOUT THE BONNIE HUNT SHOW Winner of the Gracie Award for \"Outstanding Talk Show\" by the Foundation of Women in Radio and Television, \"The Bonnie Hunt Show,\" kicks off its highly anticipated second season this September! Bonnie Hunt is one of the most relatable and likeable talk show hosts in daytime today.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 08:22:19 GMT";
arnews[4] += "
";
arnews[5]="Properties forfeited, purveyor of B.C. bud gets 14 years
";
arnews[5] += "A Seattle man who conspired to smuggle more than 1,000 kilograms of B.C. marijuana across the border - \" and used his aging parents to help move his ill-gotten money - \" was sentenced Thursday to 14 years in prison.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 04:29:12 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("