var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Taconic seniors shine on MCAS
";
arnews[0] += "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[0] += "
Publ.Date : Wed, 18 Nov 2009 04:21:58 GMT";
arnews[0] += "
";
arnews[1]="Taconic seniors shine on MCAS
";
arnews[1] += "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[1] += "
Publ.Date : Sun, 15 Nov 2009 15:56:48 GMT";
arnews[1] += "
";
arnews[2]="Girls Football: Jones is four-midable
";
arnews[2] += "Hot shot Ellanor Jones bagged a four-timer as Oxford Bluebirds defeated Wantage 7-3 in the Under 12 League.";
arnews[2] += "
Publ.Date : Tue, 10 Nov 2009 22:41:23 GMT";
arnews[2] += "
";
arnews[3]="Bishop Verot pair advance to states
";
arnews[3] += "SARASOTA - Stephanie Peacock's quest to capture a state title looked every bit attainable at Saturday's Region A-3 meet as the Bishop Verot senior cruised to a pair of individual titles.";
arnews[3] += "
Publ.Date : Sun, 08 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="More
";
arnews[4] += "Stephanie Peacock's quest to capture a state title looked every bit attainable at Saturday's Region A-3 meet as the Bishop Verot senior cruised to a pair of individual titles.";
arnews[4] += "
Publ.Date : Sun, 08 Nov 2009 06:33:05 GMT";
arnews[4] += "
";
arnews[5]="Births
";
arnews[5] += "Births reported around the Athens region. Births Published Births reported around the Athens region.";
arnews[5] += "
Publ.Date : Thu, 05 Nov 2009 23:55:00 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("