var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Eateries dip into Bowl
"; arnews[0] += "Indianapolis fans, from left, Thelma Fraley, Dewayne Fraley, Jackie Fraley, right, and Charles Fraley cheer for the Colts at Hummer's Sports Cafe during Super Bowl XLIV on Sunday."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 08:29:00 GMT"; arnews[0] += "
"; arnews[1]="This week
"; arnews[1] += "\"Sudden Infant,\" composed by Joke Lanz, combines sound art and performance, with elements and influences from Dada, Fluxus, noise and punk."; arnews[1] += "
Publ.Date : Sun, 31 Jan 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Detention deputy pleads not guilty in jail sex case
"; arnews[2] += "Henry A. Barrios / The Californian Margarita Young, left, wearing a black jacket over a white top, walks down the hallway to a courtroom for her arraignment as media personnel follow her."; arnews[2] += "
Publ.Date : Mon, 25 Jan 2010 19:55:43 GMT"; arnews[2] += "
"; arnews[3]="Gilbert "Gilly" Lopez,, 52
"; arnews[3] += "Gilberto \"Gilly\" Lopez, 52, of Quinebaug, CT formerly of Worcester, MA passed away peacefully in his home, surrounded by his family on Sunday, Jan."; arnews[3] += "
Publ.Date : Tue, 19 Jan 2010 10:37:09 GMT"; arnews[3] += "
"; arnews[4]="School Gets a Makeover on MLK Day
"; arnews[4] += "Dozens of volunteers are using the Martin Luther King Day holiday to give a Las Vegas school a makeover."; arnews[4] += "
Publ.Date : Tue, 19 Jan 2010 02:41:30 GMT"; arnews[4] += "
"; arnews[5]="Death Notices
"; arnews[5] += "14, 2010. Celebration of Life Services will be 2 p.m. Sunday at Iglesia Gethsemani in Tahoka."; arnews[5] += "
Publ.Date : Sat, 16 Jan 2010 07:12:00 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("
");document.write("
");