var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Brower birth annouoncement
";
arnews[0] += "Donald and Jennifer Fleetwood Brower are the proud parents of Katherine Elise Brower born June 2, 2009 at St.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 23:05:53 GMT";
arnews[0] += "
";
arnews[1]="Recent weddings
";
arnews[1] += "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[1] += "
Publ.Date : Sun, 15 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Study finds link between drinking and cancer
";
arnews[2] += "A new study suggests that heavy drinkers have a higher risk of developing certain types of cancer.";
arnews[2] += "
Publ.Date : Tue, 04 Aug 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="The World Reacts As The Wall Comes Down
";
arnews[3] += "Twenty years ago today - on Nov. 9, 1989 - crowds swelled at the barrier that divided East and West Berlin as the wall that stood as a symbol of the Cold War came down.";
arnews[3] += "
Publ.Date : Tue, 10 Nov 2009 05:16:49 GMT";
arnews[3] += "
";
arnews[4]="Study finds link between drinking and cancer
";
arnews[4] += "A new study suggests that heavy drinkers have a higher risk of developing certain types of cancer.";
arnews[4] += "
Publ.Date : Tue, 04 Aug 2009 07:00:00 GMT";
arnews[4] += "
";
totcount = 5;
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("