var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Recent weddings
";
arnews[0] += "Click here to see a list by date of area couples who recently married. Click the couples' names to see their wedding or engagement announcements.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="High School Championship Coverage
";
arnews[1] += "Despite Sean McQuillan nursing an apparent rib injury, the Glastonbury quarterback scored two touchdowns on 1-yard sneaks to give the Tomahawks a 14-7 halftime lead over visiting Simsbury Saturday.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 19:08:35 GMT";
arnews[1] += "
";
arnews[2]="Greg Mackintosh-Less Paradise Lost: Munich Footage Available
";
arnews[2] += "Video footage of PARADISE LOST 's November 15, 2009 concert in Munich, Germany can be viewed below .";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 15:54:50 GMT";
arnews[2] += "
";
arnews[3]="Faith briefs
";
arnews[3] += "A fall festival sponsored by several churches continues from 10 a.m. to 4 p.m. today at The Hippodrome, 5540 Jefferson Davis Highway, Beech Island.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 12:28:57 GMT";
arnews[3] += "
";
arnews[4]="'A labor of love'
";
arnews[4] += "Creating an interfaith service isn't easy. Include references to any one religion and people may get offended.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Heffner, Betty J.
";
arnews[5] += "HEFFNER, Betty J. age 88, of Tipp City, Ohio died Thursday, November 19th at Miami Valley Hospital, Dayton following a brief illness.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 05:20:59 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("