var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="James M. Braymen
";
arnews[0] += "He was the beloved husband of the late Grace M. Gergely. John was a man who was an icon, and loved his family and community.";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 06:21:08 GMT";
arnews[0] += "
";
arnews[1]="Furnace blamed for blaze that heavily damages Waynesboro upholstery...
";
arnews[1] += "A Tuesday morning fire caused by a furnace inside an upholstery shop in Waynesboro resulted in $65,000 worth of damage, according to Deputy Chief Shawn Adolini of Mont Alto Volunteer Fire Department.";
arnews[1] += "
Publ.Date : Wed, 11 Nov 2009 20:01:07 GMT";
arnews[1] += "
";
arnews[2]="Furnace blamed for blaze that heavily damages Waynesboro upholstery shop
";
arnews[2] += "A Tuesday morning fire caused by a furnace inside an upholstery shop in Waynesboro resulted in $65,000 worth of damage, according to Deputy Chief Shawn Adolini of Mont Alto Volunteer Fire Department.";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 08:43:37 GMT";
arnews[2] += "
";
arnews[3]="1 minute ago
";
arnews[3] += "Are you watching 30 for 30? + Are you watching 30 for 30? - Are you watching 30 for 30? Wow, ESPN has really hit it out the park with this series so far.";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 06:28:56 GMT";
arnews[3] += "
";
arnews[4]="Telegram Back in Fashion Stop
";
arnews[4] += "The postal strike means people are using telegrams again a ' an exquisite way to communicate that leaves Twitter in the shade Adam Nicolson Bad news? Director Robert Z Leonard receives a telegram in 1930 from Marion Davies.";
arnews[4] += "
Publ.Date : Thu, 05 Nov 2009 11:36:05 GMT";
arnews[4] += "
";
arnews[5]="When two become one: The demise of musical duos
";
arnews[5] += "It seems breaking up is a popular trend nowadays not only among local celebrities but those in Hollywood as well.";
arnews[5] += "
Publ.Date : Tue, 03 Nov 2009 13:28:51 GMT";
arnews[5] += "
";
arnews[6]="7 minutes ago
";
arnews[6] += "I agree with you that the Ravens will come out firing. I think the theme of the game should be veteran defense/leaders vs.";
arnews[6] += "
Publ.Date : Sat, 31 Oct 2009 08:59:50 GMT";
arnews[6] += "
";
arnews[7]="Everclear brings old hits, new member to Extreme Halloween show
";
arnews[7] += "Everclear lead singer Art Alexakis has no patience with bands who won't play their hits.";
arnews[7] += "
Publ.Date : Fri, 30 Oct 2009 08:18:57 GMT";
arnews[7] += "
";
arnews[8]="On Oct. 25, 1999, golfer Payne Stewart and five others were killed when their Learjet crashed
";
arnews[8] += "Today is Sunday, Oct. 25, the 298th day of 2009. There are 67 days left in the year.";
arnews[8] += "
Publ.Date : Sun, 25 Oct 2009 18:24:09 GMT";
arnews[8] += "
";
totcount = 9;
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("