var arnews = new Array(6); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="School Digest
"; arnews[0] += "Reaching for the Stars , a silent auction being held by the high school in support of catholic and small school education, will be from 6 p.m. to midnight Nov."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 11:25:54 GMT"; arnews[0] += "
"; arnews[1]="North Shore people
"; arnews[1] += "Air Force Airman Justin W. Gautreau, son of James Gautreau of Lynn and Donna Gautreau of Salem and a 2006 graduate of Salem High School, recently graduated from basic military training at Lackland Air Force Base in San Antonio, Texas."; arnews[1] += "
Publ.Date : Fri, 04 Sep 2009 08:51:27 GMT"; arnews[1] += "
"; arnews[2]="Who was that man in the shades?
"; arnews[2] += "In the midst of a personal crisis, Melinda reaches out to help a teenage ghost as she begins to doubt the worth of her special gift."; arnews[2] += "
Publ.Date : Fri, 19 Jun 2009 21:28:17 GMT"; arnews[2] += "
"; arnews[3]="Weir shoots 64 to take U.S. Open lead
"; arnews[3] += "In the midst of a personal crisis, Melinda reaches out to help a teenage ghost as she begins to doubt the worth of her special gift."; arnews[3] += "
Publ.Date : Fri, 19 Jun 2009 20:47:35 GMT"; arnews[3] += "
"; arnews[4]="Tkachuk re-signs with Blues
"; arnews[4] += "In the midst of a personal crisis, Melinda reaches out to help a teenage ghost as she begins to doubt the worth of her special gift."; arnews[4] += "
Publ.Date : Fri, 19 Jun 2009 20:15:43 GMT"; arnews[4] += "
"; totcount = 5; 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("
");