var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gator times drop in second half of season
";
arnews[0] += "Members of the Morris Area/Minnewaska Area girlsa swimming and diving team continued to drop times throughout the second half of the season.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Robert William a Boba Curry Sr.
";
arnews[1] += "Robert William 'Bob' Curry Sr. Published: Friday, November 20, 2009 at 8:22 a.m. Last Modified: Friday, November 20, 2009 at 8:22 a.m. Robert William \"Bob\" Curry Sr., 63, of New Haven Drive, passed away Tuesday, Nov.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="'Star Trek,' 'Bruno' top this week's new DVD releases
";
arnews[2] += "Anton Yelchin, Chis Pine, Simon Pegg, Karl Urban, John Cho and Zoe Saldana are shown in a scene from \"Star Trek.\" \"Star Trek,\" Paramount Home Video, 127 minutes, Rated PG-13 for sci-fi action and violence, and brief sexual content - Although the film may seem a bit confusing at first -- the plot involves an alternate reality and time-travel through ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 21:43:24 GMT";
arnews[2] += "
";
arnews[3]="Robert, Kristen, and Taylor at 'Twilight: New Moon' Premiere
";
arnews[3] += "Cinema Society, D&G & Alize Screen 'The Twilight Saga: New Moon' Landmark Sunshine Cinema and the Box.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 21:32:18 GMT";
arnews[3] += "
";
arnews[4]="'New Moon' Screening Brings Out Hip Nyc Crowd [Photo Gallery]
";
arnews[4] += "While celebrities seemed to shy away from the Los Angeles premiere of New Moon , this was not the cast at the The Twilight Saga: New Moon screening hosted by The Cinema Society & D&G in New York City .";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 18:01:33 GMT";
arnews[4] += "
";
arnews[5]="Lady Trojans can't solve Sutton's tough defense
";
arnews[5] += "The Sutton girls soccer team shut out Bromfield for the second time in less than two weeks, this time in the Central Mass.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 15:09:10 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("