var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Title weekend
"; arnews[0] += "When you talk about an over-abundance of riches, you might be referring to the Greater Lowell area and its plethora of outstanding high school athletic teams this fall."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 16:56:03 GMT"; arnews[0] += "
"; arnews[1]="People in the News: Scholars from Boston University, The Governor's Academy & Phillips Exeter
"; arnews[1] += "DEANa S LIST. Chantal M. De Bakker, of Hollis, was named to the deana s list for the spring 2009 semester at Boston University."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 16:52:56 GMT"; arnews[1] += "
"; arnews[2]="Artwork comes alive in Brighton's 'Mona'
"; arnews[2] += "Comedic art is the focus of the Brighton High School production of 'Mona,' set to take the stage this weekend at the Brighton Center for the Performing Arts, 7878 Brighton Road in Brighton."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 12:08:50 GMT"; arnews[2] += "
"; arnews[3]="'I'm just enjoying life as much as I can'
"; arnews[3] += "\"... God it looks like Daniel, must be the clouds in my eyes ... .\" Daniel Lang, 24, lives in Lowell with his mother, Jane Lang."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 12:47:40 GMT"; arnews[3] += "
"; arnews[4]="Locals stock roster for EMass. soccer
"; arnews[4] += "Senior forward Hayley Brock of undefeated Acton-Boxboro High, who finished second in the balloting for Division 1 Player of the Year, heads a healthy contingent of local athletes named to the 2009 Eastern Mass."; arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 12:22:56 GMT"; arnews[4] += "
"; arnews[5]="North Shore religion news in brief
"; arnews[5] += "St. Nicholas Orthodox Church at 64 Forrester St. in Salem will celebrate its patronal feast day on Saturday evening, Dec."; arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 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("
");