var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Gray sends help to Haiti
"; arnews[0] += "The Student Council at Gray Middle School in Union is spearheading an effort to send help to the earthquake-ravaged country of Haiti."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Irma Kowalczyk
"; arnews[1] += "Mrs. Irma Kowalczyk, 76 years old, of Smith Road, Amsterdam, N.Y., entered into rest Saturday at St."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 17:15:53 GMT"; arnews[1] += "
"; arnews[2]="Ad club honors state's best advertisements
"; arnews[2] += "The Great Falls Ad Club presented the Montana Addy Awards on Saturday evening, honoring the best advertising produced in Montana during the 2009 calendar year."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Minnesota Counties Information Systems Achieves Reliable, High...
"; arnews[3] += "Minnesota Counties Information Systems is a joint-powers organization dedicated to providing quality, integrated information solutions through customized computer applications and responsive support to member counties."; arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Gray sends help to Haiti
"; arnews[4] += "The Student Council at Gray Middle School in Union is spearheading an effort to send help to the earthquake-ravaged country of Haiti."; arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 23:15:56 GMT"; arnews[4] += "
"; arnews[5]="Women of Troy romp in season opener
"; arnews[5] += "The No. 2 USC womena TMs water polo team rung in its new season Thursday night with a convincing 13-3 victory over Long Beach State."; arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 02:25:56 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("
");