var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Saturday's women's hockey roundup
";
arnews[0] += "MIDDLEBURY - Anna McNally's second goal of the game highlighted a four-goal third period as Middlebury pulled away from Hamilton, 6-0, in a NESCAC women's hockey game.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Obituaries for Nov. 19, 2009
";
arnews[1] += "TERRY WRIGHT Terry W. Wright, 48, of Foxwood Court, Lenoir, died Monday, Nov. 16, 2009, after a courageous eight-year battle with breast cancer.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 17:12:28 GMT";
arnews[1] += "
";
arnews[2]="Terry W. Wright, 48, of Foxwood Court, Lenoir, died Monday, Nov
";
arnews[2] += "TERRY WRIGHT Terry W. Wright, 48, of Foxwood Court, Lenoir, died Monday, Nov. 16, 2009, after a courageous eight-year battle with breast cancer.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 12:44:51 GMT";
arnews[2] += "
";
arnews[3]="NewPrincipal for a day, musical performances and more
";
arnews[3] += "St. Mark's Episcopal Day School The fourth-grade girls at St. Mark's Episcopal Day School recently won a \"lemonade war\" against the fourth-grade boys.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 06:33:12 GMT";
arnews[3] += "
";
arnews[4]="Niagara's Arts Scene - Nov 18
";
arnews[4] += "ARTS ST. CATHARINES Blue Mermaid Seafood and Steakhouse presents: Ed Pizzo, piano lounge, Court Room, Thursdays, Fridays and Saturdays, 10 Market Square, 905-684-7465. Maureen Yuen, violin with Karin Di Bella, piano Friday, November 20, 2009 at 7:30 p.m. Sean O'Sullivan Theatre, Brock University.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 16:22:34 GMT";
arnews[4] += "
";
arnews[5]="Home 4 the Holidays on WIVB-TV
";
arnews[5] += "Check out all the great holiday programs this year on CBS and WIVB-TV News 4. Thursday, 11/26 9:00 AM Noon The Thanksgiving Day Parade Maggie Rodriguez and Dave Price of CBS News' \"The Early Show\" host this CBS Thanksgiving tradition which features the 83rd annual Macy's Thanksgiving Day Parade live from New York.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 21:29:05 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("