var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="ESM hoops teams get past Fulton
";
arnews[0] += "In terms of earning winning records for 2009-10, the East Syracuse-Minoa girls basketball team has reached that goal, and the boys are close.";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 20:21:53 GMT";
arnews[0] += "
";
arnews[1]="Opening nights
";
arnews[1] += "\"Little Women,\" a musical based on the classic semi-autobiographical novel by Louise May Alcott , opens Friday at 8 p.m. at Brookfield Theatre for the Arts , on Route 25 behind Brookfield Library .";
arnews[1] += "
Publ.Date : Wed, 27 Jan 2010 19:23:42 GMT";
arnews[1] += "
";
arnews[2]="Aftershock hits Haiti as rescues increase
";
arnews[2] += "A powerful aftershock sent Haitians screaming into the streets on Wednesday, collapsing buildings, cracking roads and adding to the trauma of a nation stunned by an apocalyptic quake eight days ago.";
arnews[2] += "
Publ.Date : Wed, 20 Jan 2010 22:09:19 GMT";
arnews[2] += "
";
arnews[3]="Haiti aid delivery faces obstacles
";
arnews[3] += "Gunsly Milsoit, left, comforts his brother-in-law, Leo Pierre, after Pierre's wife and Milsoit's sister, who was three months pregnant, died in a four-storey building collapse from the 7.0-magnitude earthquake in Port-au-Prince. Emergency aid from around the world began arriving in Haiti on Thursday as the frantic search for survivors continued in ...";
arnews[3] += "
Publ.Date : Thu, 14 Jan 2010 18:23:27 GMT";
arnews[3] += "
";
arnews[4]="Thousands await emergency aid in Haiti
";
arnews[4] += "Gunsly Milsoit, left, comforts his brother-in-law, Leo Pierre, after Pierre's wife and Milsoit's sister, who was three months pregnant, died in a four-storey building collapse from the 7.0-magnitude earthquake in Port-au-Prince. The frantic search for survivors continues in the rubble-filled streets of devastated Port-au-Prince as thousands await ...";
arnews[4] += "
Publ.Date : Thu, 14 Jan 2010 13:39:19 GMT";
arnews[4] += "
";
arnews[5]="Last-second shot lifts Spartans past Fulton
";
arnews[5] += "Though down by one in overtime of Friday night's game, the East Syracuse-Minoa boys basketball team still had a chance to knock off Fulton.";
arnews[5] += "
Publ.Date : Sun, 20 Dec 2009 04:29:39 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("