var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Live Updates: Monahans vs. Graham
"; arnews[0] += "Graham 30, Monahans 20 November 20, 2009 6:08 PM BY JOEL A. ERICKSON 3RD QUARTER -- 5:52 -- On the second play of the ensuing drive, McCoy tries to find a receiver down the left sideline, and Scharf picks off the pass to give the Loboes the ball at the Graham 26."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 03:15:41 GMT"; arnews[0] += "
"; arnews[1]="Police logs - Nov. 20
"; arnews[1] += "Julius J. Irvin, 34, of 470 Gold Star Highway, was charged Wednesday with driving with a suspended license, theft of license plates, misuse of license plates and failure to have minimum insurance."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 14:05:39 GMT"; arnews[1] += "
"; arnews[2]="Boy Scouts launch new year of fun
"; arnews[2] += "Another year of scouting started for Pack 3742. After 13 years of scouting, Sue Roberts, Webelos II leader, will be retiring after her den crosses over into Boy Scouts in February at the Blue and Gold Banquet."; arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 06:00:00 GMT"; arnews[2] += "
"; arnews[3]="Sons of Anarchy, 'Balm': The best episode yet?
"; arnews[3] += "Once you're patched, members are your family. This charter is your home.\" -Juice \"Balm,\" the best episode so far of this exceptional second season of \"Sons of Anarchy,\" comes along at a perfect time."; arnews[3] += "
Publ.Date : Tue, 10 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Giving Good Face
"; arnews[4] += "Celebs and unknowns got ready for their close-ups in these shots from a forthcoming book by photographer John Russo called About Face ."; arnews[4] += "
Publ.Date : Fri, 06 Nov 2009 19:04:52 GMT"; arnews[4] += "
"; arnews[5]="Card gridders head to Section 8AAAA finals
"; arnews[5] += "Alex's defense was stellar in the 21-7 win over Detroit Lakes Halloween night. Echo Press photo by Lori Mork Alexandriaa TMs defense, including Trevor Zolin and Steve Carlsen kept Detroit Lakes in check during Saturday nighta TMs Section 8AAAA semifinal at Citizena TMs Field."; arnews[5] += "
Publ.Date : Tue, 27 Oct 2009 07:00:00 GMT"; arnews[5] += "
"; arnews[6]="Cardinal girls head for 8AAA volleyball semifinals
"; arnews[6] += "Alex's defense was stellar in the 21-7 win over Detroit Lakes Halloween night. Echo Press photo by Lori Mork Alexandriaa TMs defense, including Trevor Zolin and Steve Carlsen kept Detroit Lakes in check during Saturday nighta TMs Section 8AAAA semifinal at Citizena TMs Field."; arnews[6] += "
Publ.Date : Tue, 27 Oct 2009 07:00:00 GMT"; arnews[6] += "
"; arnews[7]="Roundup: Milbank beats Sisseton in '11A'; Arlington wins
"; arnews[7] += "Milbank rallied to defeat Sisseton 21-14 in Class 11A quarterfinal football action Monday night in Milbank."; arnews[7] += "
Publ.Date : Tue, 03 Nov 2009 11:36:49 GMT"; arnews[7] += "
"; totcount = 8; 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("
");