var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="The Cold Shoulder
"; arnews[0] += "The Dairy, a restaurant and ice cream bar on the south side of the campus, serves up scoops of university-made ice cream to students and visitors."; arnews[0] += "
Publ.Date : Thu, 28 Jan 2010 10:57:29 GMT"; arnews[0] += "
"; arnews[1]="Health Beat
"; arnews[1] += "A trivia competition to benefit the Dana-Farber Cancer Institute in Boston is set for Saturday, Feb, 6, from 2 to 5 p.m. at Port Tavern, 84 State St."; arnews[1] += "
Publ.Date : Fri, 22 Jan 2010 05:59:14 GMT"; arnews[1] += "
"; arnews[2]="Judge rules in Oakland's favor in police shooting
"; arnews[2] += "A federal judge this week dismissed a lawsuit against the city filed after Oakland police shot and killed 20-year-old Andrew Wahnee Moppin-Buckskin on Dec."; arnews[2] += "
Publ.Date : Fri, 15 Jan 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Judge rules in Oakland's favor in police shooting
"; arnews[3] += "A federal judge this week dismissed a lawsuit against the city filed after Oakland police shot and killed 20-year-old Andrew Wahnee Moppin-Buckskin on Dec."; arnews[3] += "
Publ.Date : Sat, 16 Jan 2010 06:40:48 GMT"; arnews[3] += "
"; arnews[4]="Obituaries
"; arnews[4] += "Sarah A. Lompa of East Boston died on December 27. She was 79 years old. The beloved wife of the late Gary Lompa, she was the loving mother of Carl Fiantago and his wife, Annette, of East Boston, and Gary Lompa Jr."; arnews[4] += "
Publ.Date : Thu, 31 Dec 2009 06:46:42 GMT"; arnews[4] += "
"; arnews[5]="Ceremony was not for politicians
"; arnews[5] += "It was heart-wrenching to watch the 10-year anniversary of the warehouse fire on Dec."; arnews[5] += "
Publ.Date : Thu, 17 Dec 2009 10:39:13 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("
");