var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Summit Police Blotter
";
arnews[0] += "78 West for Driving While Suspended 2/4 - 1342 hrs., Fontaine, Robert H., 43, of Elizabeth, NJ, arrested at Summit Avenue and Rt.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="ADV: Musical Theatre Audition Workshop with Benton Whitely and Jimmy Smagula
";
arnews[1] += "Work. Broadway Veteran Jimmy Smagula and Broadway Casting Associate Benton Whitley Audition Technique Workshop Actor Jimmy Smagula and Casting Associate Benton Whitley have teamed up to bring you the \"best of both worlds\" in an Audition Workshop that is sure to help you get the job! Whats the industry saying about our class? \"Smagula and Whitley ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 09:33:59 GMT";
arnews[1] += "
";
arnews[2]="Who's in the News
";
arnews[2] += "Jon and Kate Gosselin are officially divorced after 10 years of marriage, eight children and a year of tabloid headlines.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 12:29:47 GMT";
arnews[2] += "
";
arnews[3]="Getting the word out
";
arnews[3] += "An organization that works throughout the year to promote travel and tourism in eastern North Carolina made a stop in Onslow County for its annual meeting recognizing members and partners in its mission.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 22:45:09 GMT";
arnews[3] += "
";
arnews[4]="Death notices
";
arnews[4] += "ALMEIDA: of Washington, D.C., Saturday, Jan. 30, 2010, Raymond A., 66. Husband of Arlinda Halliburton-Almeida. Calling hours are 6 to 8 p.m. today at Our Lady of Guadalupe Parish at St.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 06:25:00 GMT";
arnews[4] += "
";
arnews[5]="Defense presents case for pneumonia
";
arnews[5] += "Defense attorneys for a South Shore mother, who is accused of killing her preschooler with a drug overdose, began presenting their case yesterday, calling a forensic pathologist and the defendant's mother to take the witness stand and challenge the prosecutor's charges.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 13:02: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("