var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="RECORD
";
arnews[0] += "Muskingum County Probate Court Marriage Applications Oct. 13 Tommy L. Alberry of Zanesville and Melissa Marie Chambers of Zanesville Kristopher Nathan Montano of Zanesville and Cari M. Haug of Zanesville Timothy A. Ramey of Zanesville and Rosa A. Kelly of Zanesville Oct.";
arnews[0] += "
Publ.Date : Wed, 04 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="When their voices are gone
";
arnews[1] += "Millions of innocent people were annihilated between 1939-1945 under the Nazi regime as a cloud of black smoke sat atop Eastern Europe.";
arnews[1] += "
Publ.Date : Wed, 04 Nov 2009 03:41:52 GMT";
arnews[1] += "
";
arnews[2]="wMinorFootball.jpg
";
arnews[2] += "North Shore Wolverines 0 Highlights: Four touchdown runs from Josh Dunks led the Bengals.";
arnews[2] += "
Publ.Date : Fri, 30 Oct 2009 12:44:54 GMT";
arnews[2] += "
";
arnews[3]="wFootballMidget.jpg
";
arnews[3] += "Highlights: The Cloverdale offence was paced by Josh Dunks with three long runs for touchdowns, and Chris Alliston with touchdown passes to Victor Trot and Robbie Gallaugher.";
arnews[3] += "
Publ.Date : Fri, 23 Oct 2009 14:16:29 GMT";
arnews[3] += "
";
arnews[4]="Friday/Saturday local sports schedule
";
arnews[4] += "Ipswich at Georgetown ; Beverly vs. Winthrop at Donaldson Field, Bishop Fenwick ; Gloucester at Peabody ; Lynn Classical at Salem ; Saugus at Marblehead ; Triton at Masconomet ; Bishop Fenwick at Cardinal Spellman .";
arnews[4] += "
Publ.Date : Fri, 23 Oct 2009 09:43:43 GMT";
arnews[4] += "
";
arnews[5]="Best episodes of - Curb Your Enthusiasm'
";
arnews[5] += "If ever a person embodied the words \"endearing misanthrope,\" that person would be Larry David.";
arnews[5] += "
Publ.Date : Mon, 12 Oct 2009 08:05:29 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("