var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Childress Man Killed
"; arnews[0] += "A high speed chase in Childress ends with one man dead. According to the Childress Police Department, two officers were forced to shoot and kill 28 year old Tabaris Brown."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:24:20 GMT"; arnews[0] += "
"; arnews[1]="Cowboys' loss to Green Bay makes it feel like December already
"; arnews[1] += "DAVID THOMAS Putting on our Sunday best ...The way the Dallas Cowboys of America looked against the Green Bay Packers, has December come early for the Cowboys? No, but with back-to-back home games coming up against the Washington Redskins and Oakland Raiders, Christmas has.I appear to be in the minority on this, but I thought the Cowboys' ..."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:31:00 GMT"; arnews[1] += "
"; arnews[2]="Ex-Phil Glanville talks about his decision to leave
"; arnews[2] += "So much of the focus during the MLB free agency period is on what the teams are doing, it's easy to lose sight of the players' perspective."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 02:38:31 GMT"; arnews[2] += "
"; arnews[3]="Childress officers involved in fatal shooting
"; arnews[3] += "One man is dead after an early Saturday morning shooting in Childress, 28 year old Tabaris Brown of Childress was shot and killed by two Childress Police officers."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 02:30:16 GMT"; arnews[3] += "
"; arnews[4]="Here are the latest scores from today's sports events:...
"; arnews[4] += "Here are the latest scores from today's sports events: NATIONAL Basketball ASSOCIATION Half New York 52 New Jersey 43 Philadelphia at Cleveland 7:30 p.m. Atlanta at New Orleans 8:00 p.m. Milwaukee at Memphis 8:00 p.m. Sacramento at Houston 8:30 p.m. Washington at San Antonio 8:30 p.m. Chicago at Denver 9:00 p.m. Detroit at Utah 9:00 p.m. Minnesota ..."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 22:18:53 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("
");document.write("
");