var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Furnace Brook Middle School Honor Roll - Patriot Ledger
";
arnews[0] += "FIRST HONORS – Kara Anderson, Lauren Anderson, Daniel Barbati, Antonia Benedetto, Aidan Beresford, Brianne Clifford, Catherine Lu Clougherty, Nicholas Coffran, Kathlynn Condon, Alicia Cove, Ian Crittenden, Luke Denton, Brianne Doherty, Rachel Fucci ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 13:22:00 GMT";
arnews[0] += "
";
arnews[1]="CASS MIDWAY TOURNAMENT: FEBRUARY 8 - iHigh
";
arnews[1] += "Emily Hughes led Adrian with 14 points and 11 rebounds. Brenna Tallman and Chelsea Urie each had 8 points for the Lady Blackhawks. Cady Wright and Tesa Renner each had 6 points for the Lady Vikings. Kathleen Yoakum and Kateri Yoakum each had 5 ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 04:33:00 GMT";
arnews[1] += "
";
arnews[2]="Olympic Wipeouts - NBC Chicago
";
arnews[2] += "Competing in the Olympics calls for perfection and poise, but what can we say, we're all human. Here Emily Hughes of the United States takes a spill in her Olympic debut at the 2006 Winter Games in Torino. Check out other classic Olympic wipeouts";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 21:22:00 GMT";
arnews[2] += "
";
arnews[3]="NBC Dallas-Fort Worth - NBC Dallas-Fort Worth
";
arnews[3] += "Dallas-Fort Worth, TX Competing in the Olympics calls for perfection and poise, but what can we say, we're all human. Here Emily Hughes of the United States takes a spill in her Olympic debut at the 2006 Winter Games in Torino. Check out other ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 21:22:00 GMT";
arnews[3] += "
";
arnews[4]="NBC Bay Area - NBC Bay Area
";
arnews[4] += "Bay Area, CA Competing in the Olympics calls for perfection and poise, but what can we say, we're all human. Here Emily Hughes of the United States takes a spill in her Olympic debut at the 2006 Winter Games in Torino. Check out other classic Olympic ...";
arnews[4] += "
Publ.Date : Sun, 31 Jan 2010 23:56:00 GMT";
arnews[4] += "
";
arnews[5]="NBC Los Angeles - NBC Los Angeles
";
arnews[5] += "Los Angeles, CA Competing in the Olympics calls for perfection and poise, but what can we say, we're all human. Here Emily Hughes of the United States takes a spill in her Olympic debut at the 2006 Winter Games in Torino. Check out other classic ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 21:22: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("