var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Fortier leads Norwich past UMass-Boston
";
arnews[0] += "Julie Fortier netted her first career hat trick and Cindy Fortin stopped all 15 shots that she faced to lift the Norwich University women's ice hockey team to Friday's 6-0 victory over UMass-Boston at Kreitzberg Arena.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:00:00 GMT";
arnews[0] += "
";
arnews[1]="Orr Elementary To Get USS New York Flag
";
arnews[1] += "Orr Elementary will receive a special U.S. Flag to be flown next school year in front of the new school.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:16:29 GMT";
arnews[1] += "
";
arnews[2]="Revolving Door Newsletter: 11.20.09
";
arnews[2] += "The 'premier chronicler of world travel' seeks practical tips, global trend pieces, and local perspectives.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Augusta County Marriages
";
arnews[3] += "Toby Lance Fleming and Mary Patricia Alexander, both of 635 Ridgetop Way, Wake Forest, N.C., were married Oct.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Flag returned to family in special re-presentation today
";
arnews[4] += "A special re-presentation was held today for the Maldonado family to return a flag that was taken during a burglary, and later found and returned by a good Samaritan.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 20:12:40 GMT";
arnews[4] += "
";
arnews[5]="Centenary defeats Grambling State 71-66
";
arnews[5] += "David Perez scored 25 points and Centenary defeated Grambling State 71-66 on Tuesday night.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 06:00:46 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("