var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Man charged with fraud
";
arnews[0] += "After an early morning arrest Monday, Nicholas Rich, 49, 201 Park Ave., appeared before Justice Lawrence Sanderson in Medina Village court.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 19:51:36 GMT";
arnews[0] += "
";
arnews[1]="Twenty-five youths charged
";
arnews[1] += "More than two-dozen youths, aged 18-21 years-old, including several Trinity Valley Community College Cheerleaders were arrested at a party early Friday.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 17:43:59 GMT";
arnews[1] += "
";
arnews[2]="Miguel Angel Nunez Jr., 22
";
arnews[2] += "Miguel Angel \"Junito\" Nunez Jr., 22, of Vineland, passed away peacefully on Friday, Nov.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Sectional Swimming: Kate Middleton dives way to second for Stang
";
arnews[3] += "Bishop Stang opened and closed Saturday's sectional swim meet in style, placing second in the first and last events to claim third overall.";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 07:25:00 GMT";
arnews[3] += "
";
arnews[4]="Audio book review: - The Day of the Pelican'
";
arnews[4] += "Audio book review: 'The Day of the Pelican' \"The Day of the Pelican\" by Katherine Paterson, performed by Tavia Gilbert c.2009, Brilliance Audio $24.99 / $34.95 Canada 4 CDs / about 4 hours Admit it.";
arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 00:59:54 GMT";
arnews[4] += "
";
arnews[5]="Hathaway Brown beats Chagrin Falls in double overtime of regional final
";
arnews[5] += "November 13, 2009 10:42 a.m. When the Hathaway Brown School soccer team started out the season 0-2, it sure didn't look like the Blazers would be playing into November.";
arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 18:42:03 GMT";
arnews[5] += "
";
arnews[6]="Lucas
";
arnews[6] += "Richard Lucas III and Julie Curtis of Williamston announce the birth of their son Cohen Allen.";
arnews[6] += "
Publ.Date : Fri, 06 Nov 2009 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("