var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mon. 12/14 Death Notices
";
arnews[0] += "Agnes Loved daughter, cherished wife and friend, devoted mother, delighted grandmother, passionate ally, ardent yet serene homemaker.";
arnews[0] += "
Publ.Date : Mon, 14 Dec 2009 03:45:00 GMT";
arnews[0] += "
";
arnews[1]="School Digest
";
arnews[1] += "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[1] += "
Publ.Date : Thu, 19 Nov 2009 11:25:54 GMT";
arnews[1] += "
";
arnews[2]="North Shore people
";
arnews[2] += "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[2] += "
Publ.Date : Fri, 04 Sep 2009 08:51:27 GMT";
arnews[2] += "
";
totcount = 3;
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("