var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Rethinking future plans
"; arnews[0] += "Missoula native Melissa Meyer never expected that she would return home to Montana to rethink her future plans."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:42:52 GMT"; arnews[0] += "
"; arnews[1]="In the recession, all roads lead to home
"; arnews[1] += "Missoula native Melissa Meyer never expected that she would return home to Montana to rethink her future plans."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 17:33:00 GMT"; arnews[1] += "
"; arnews[2]="2A Playoff Sweeps: One-fourth of 2A districts swept out of first round
"; arnews[2] += "Since Class 2A doesn't sport many bye districts, this is the longest list of swept districts or ones that at least came close."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="During the tough times, all roads lead to home
"; arnews[3] += "Missoula native Melissa Meyer never expected that she would return home to Montana to rethink her future plans."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 18:36:09 GMT"; arnews[3] += "
"; arnews[4]="Phillis
"; arnews[4] += "Kevin Phillis Sr. and Anne Hazen of Vermontville announce the birth of their son Kevin Anthony Jr."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 17:08:00 GMT"; arnews[4] += "
"; arnews[5]="Falmouth selectman's recall sought
"; arnews[5] += "Despite being elected just six months ago, Falmouth's newest selectman is the subject of a recall petition."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 11:17:51 GMT"; arnews[5] += "
"; arnews[6]="LETTERS: Nov. 20, 2009
"; arnews[6] += "Steamboat Museum director says thank you The Howard Steamboat Museum would like to take this opportunity to recognize and thank the outgoing members of the Board of Directors and introduce and welcome new members brought on this year."; arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 09:21:33 GMT"; arnews[6] += "
"; totcount = 7; 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("
");