var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Indio sports roundup for Jan. 22
"; arnews[0] += "LA QUINTA 3, INDIO 0: The Blackhawks scored three first half goals in defeating the Rajahs at home Tuesday."; arnews[0] += "
Publ.Date : Fri, 22 Jan 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Police blotter: Most Wanted woman picked up on grand theft warrant
"; arnews[1] += "Giving or selling tobacco to a minor David Dimas, 20, of the 400 block of Lincoln Court, 6:36 p.m. Wednesday, at the Las Animas Veterans Park skate park, 350 Mantelli Drive."; arnews[1] += "
Publ.Date : Tue, 19 Jan 2010 16:56:00 GMT"; arnews[1] += "
"; arnews[2]="Valley sports roundup for Jan. 15
"; arnews[2] += "CATHEDRAL CITY - Fans of the La Quinta High School boys' soccer team are getting their money's worth."; arnews[2] += "
Publ.Date : Fri, 15 Jan 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="2010 remakes, sequels, and everything else
"; arnews[3] += "Monday, December 21, 2009 2010 remakes, sequels, and everything else Lastly are the films of 2010 that are a crap shoot."; arnews[3] += "
Publ.Date : Mon, 21 Dec 2009 11:13:00 GMT"; arnews[3] += "
"; arnews[4]="College notes: 11.09.09
"; arnews[4] += "Zachery Houston was named Homecoming King and Oralia Ruby Tello was named Homecoming Queen on Oct."; arnews[4] += "
Publ.Date : Mon, 09 Nov 2009 05:41:50 GMT"; arnews[4] += "
"; arnews[5]="Sterett wins regional cross country for third straight year
"; arnews[5] += "In running to his third straight NCHSAA East Regional 2-A cross country championship, Swansboro senior Ben Sterett led from the start."; arnews[5] += "
Publ.Date : Tue, 03 Nov 2009 05:01:59 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("
");