var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mount Saint Mary wins mock trial finals over Immaculata
";
arnews[0] += "Students from Mount Saint Mary Academy of Watchung won in the 2010 Vincent J. Apruzzese Mock Trial finals for Somerset County Thursday.";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 00:56:59 GMT";
arnews[0] += "
";
arnews[1]="Mount Saint Mary wins mock trial finals
";
arnews[1] += "Students from Mount Saint Mary Academy of Watchung won in the 2010 Vincent J. Apruzzese Mock Trial finals for Somerset County Thursday.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 21:12:42 GMT";
arnews[1] += "
";
arnews[2]="The top women artists solo EVER
";
arnews[2] += "OK. So which female artists NOT associated with duo, group etc would make your top 10.";
arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 16:19:32 GMT";
arnews[2] += "
";
arnews[3]="Obituaries: Laraine T. Lindaw of Whitehouse Station has died
";
arnews[3] += "Laraine T. Lindaw died peacefully on Thursday, Jan. 21, 2010, surrounded by her loving family, after a courageous battle with cancer.";
arnews[3] += "
Publ.Date : Tue, 26 Jan 2010 23:52:16 GMT";
arnews[3] += "
";
arnews[4]="New Arrivals
";
arnews[4] += "Connor Reid Outlaw, son of Charles and Leeann Outlaw, was born Nov. 23, 2009, at Gateway Medical Center in Clarksville.";
arnews[4] += "
Publ.Date : Tue, 19 Jan 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Text of speech by Somerset County Freeholder Director Jack Ciattarelli
";
arnews[5] += "Following is the text from the Somerset County Board of Freeholders Director Jack M. Ciattarelli's speech at the annual reorganization meeting Friday at the Somerset County Historic Courthouse: Let us be mindful, as we gather today to enjoy this liberty, that there are military men and women stationed around the globe making sacrifices to defend ...";
arnews[5] += "
Publ.Date : Sat, 09 Jan 2010 04:47:34 GMT";
arnews[5] += "
";
arnews[6]="Text of speech by Somerset County Freeholder Director Jack Ciattarelli
";
arnews[6] += "Following is the text from the Somerset County Board of Freeholders Director Jack M. Ciattarelli's speech at the annual reorganization meeting Friday at the Somerset County Historic Courthouse: Let us be mindful, as we gather today to enjoy this liberty, that there are military men and women stationed around the globe making sacrifices to defend ...";
arnews[6] += "
Publ.Date : Fri, 08 Jan 2010 08:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("