var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Minsterworth still set to challenge for title
"; arnews[0] += "MINSTERWORTH ran out convincing 5-1 winners over Broadwell Reserves in the Premier Division with a double from Stacey Lee."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 00:00:00 GMT"; arnews[0] += "
"; arnews[1]="Nebraska Lead Xxviii travels to Lithuania, Latvia and Estonia
"; arnews[1] += "Twenty-nine Nebraska LEAD XXVIII Fellows recently returned from the 2010 International Study/Travel Seminar to Lithuania, Latvia and Estonia."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 09:00:00 GMT"; arnews[1] += "
"; arnews[2]="Lead Xxviii Travels to Lithuania, Latvia and Estonia
"; arnews[2] += "Twenty-nine Nebraska LEAD XXVIII Fellows recently returned from the 2010 International Study/Travel Seminar to Lithuania, Latvia and Estonia."; arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 06:15:52 GMT"; arnews[2] += "
"; arnews[3]="Lead Xxviii Travels to Lithuania, Latvia and Estonia
"; arnews[3] += "Twenty-nine Nebraska LEAD XXVIII Fellows recently returned from the 2010 International Study/Travel Seminar to Lithuania, Latvia and Estonia."; arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 03:39:59 GMT"; arnews[3] += "
"; arnews[4]="The People Column
"; arnews[4] += "Vote for Chatham-Kent to win a spot on Monopoly Canada! Hasbro, the makers of Monopoly, is launching a nation-wide vote to find Canada's 22 favourite cities that will be included on the new Monopoly Canada game board in celebration of their 75th Anniversary game due to be released in July."; arnews[4] += "
Publ.Date : Thu, 21 Jan 2010 14:49:00 GMT"; arnews[4] += "
"; arnews[5]="Who's new for Jan. 30
"; arnews[5] += "Born at North Colorado Medical Center on Jan. 4 to: Amanda Thomas and Eddie Andrews both of Greeley, a son, Dante Wayne Andrews."; arnews[5] += "
Publ.Date : Sat, 30 Jan 2010 08:27:48 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("
");