var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Mount St. Mary's: Hospital blesses new facility adorned with Lew-Port student work
"; arnews[0] += "Student artwork contributed from Lewiston-Porter High School line the walkway to a newly blessed primary care facility at Mount St."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:32:17 GMT"; arnews[0] += "
"; arnews[1]="Keep buses, leaders told
"; arnews[1] += "Without buses in the Park City area some high school students said they would not have rides to school."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 00:56:31 GMT"; arnews[1] += "
"; arnews[2]="Spain Park girls soccer seeking another state championship
"; arnews[2] += "Two titles in five years normally doesna t label a program a dynasty, but in Jagsa case, the word seems to fit the current state of the budding girlsa soccer power."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 23:10:11 GMT"; arnews[2] += "
"; arnews[3]="Canutillo girls basketball team atop District 2-4A
"; arnews[3] += "Though they suffered through a disappointing 6-8 district season a year ago, coach Ron Ballinger knew his Canutillo girls' basketball team would show some improvement this season."; arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Canutillo atop District 2-4A
"; arnews[4] += "Though they suffered through a disappointing 6-8 district season a year ago, coach Ron Ballinger knew his Canutillo girls' basketball team would show some improvement this season."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 06:30:02 GMT"; arnews[4] += "
"; arnews[5]="Redmen, Lowell star in shot put
"; arnews[5] += "The Tewksbury High girls and Lowell High boys captured the shot put relays at yesterday's Bob McIntyre Elite Relays at the Reggie Lewis Track Center."; arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 16:15:32 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("
");