var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Thomas Silvestri elected chairman of American Press Institute
";
arnews[0] += "Thomas Silvestri elected chairman of American Press Institute API announces new officers and directors RESTON, Va.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 16:49:55 GMT";
arnews[0] += "
";
arnews[1]="00pm
";
arnews[1] += "\" New -- out of forty regarding -- new York. And Whitney. And -- The eight. On dot -- and you can help.";
arnews[1] += "
Publ.Date : Sat, 01 Aug 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Knox County divorces
";
arnews[2] += "Jason Baird of Rockland and Janine Baird of Rockland, married Aug. 20, 2005, in Newfoundland, Canada.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 14:28:09 GMT";
arnews[2] += "
";
arnews[3]="Taconic seniors shine on MCAS
";
arnews[3] += "John Vosburgh, principal of Taconic High School, has announced that 54 seniors at Taconic High School are among students statewide to receive the John and Abigail Adams Scholarship.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 04:21:58 GMT";
arnews[3] += "
";
arnews[4]="Taconic seniors shine on MCAS
";
arnews[4] += "John Vosburgh, principal of Taconic High School, has announced that 54 seniors at Taconic High School are among students statewide to receive the John and Abigail Adams Scholarship.";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 15:56:48 GMT";
arnews[4] += "
";
arnews[5]="Fleming, Eleanor Chrismon "Chris"
";
arnews[5] += "Mrs. Eleanor Chrismon \"Chris\" Fleming, of McLeansville, entered into the Glory of God on Friday, November 13, 2009, after a brief, debilitating illness.";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 07:11:51 GMT";
arnews[5] += "
";
arnews[6]="Amongst the Marble Headstones
";
arnews[6] += "He didn't introduce himself. He didn't have to. President Obama simply stuck out his hand and asked for my name as he stepped toward me amid a bone-chilling drizzle in the Gardens of Stone.";
arnews[6] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="Oakland volleyball keeping faith
";
arnews[7] += "Nine is a number of special significance in many faiths. The number 9 in Hinduism is considered complete and divine because it represents the end of a cycle in the decimal system.";
arnews[7] += "
Publ.Date : Fri, 13 Nov 2009 05:40:19 GMT";
arnews[7] += "
";
totcount = 8;
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("