var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Bloomfield's Bekes wins 3A title; 4A teams struggle
"; arnews[0] += "Bloomfield junior Evan Bekes had been in the conversation as one of the state's premier distance runners."; arnews[0] += "
Publ.Date : Sun, 08 Nov 2009 09:22:01 GMT"; arnews[0] += "
"; arnews[1]="Online Extra NM District Cross-Country
"; arnews[1] += "31, at the Riverview Golf Course. The Kirtland Central girls' and Shiprock boys' squads continued to lead the district, showing their strength once again as they prepared for the state cross country meet on Saturday, Nov."; arnews[1] += "
Publ.Date : Sat, 07 Nov 2009 00:35:41 GMT"; arnews[1] += "
"; arnews[2]="Tax issues dominate local ballot
"; arnews[2] += "By LOU WILIN STAFF WRITER Thirty-eight percent of Hancock County's 53,910 registered voters are expected to go to the polls for Tuesday's general election, elections board Director Jody O'Brien said."; arnews[2] += "
Publ.Date : Tue, 03 Nov 2009 04:27:01 GMT"; arnews[2] += "
"; arnews[3]="Comment on Stories
"; arnews[3] += "Amanda Hills thinks her grandfather, Bruce Hills of Findlay, is an extraordinary man."; arnews[3] += "
Publ.Date : Sat, 24 Oct 2009 07:00:00 GMT"; arnews[3] += "
"; arnews[4]="TV's "Psych," "House," "Private Practice" Stars Head L.A. Extinction World Premiere
"; arnews[4] += "Television stars James Roday , Michael Weston and Amanda Detmer will headline the world premiere of Gabe McKinley's Extinction in Los Angeles."; arnews[4] += "
Publ.Date : Thu, 22 Oct 2009 18:22:44 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("
");