var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Studio's 'Marley' a risky holiday show
";
arnews[0] += "The sound of Dickensian carolers lured the opening-night audience from the lobby of the Carriage House at Bell Court into the theater for Studio Players' latest production, Jacob Marley's Christmas Carol .";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:44:52 GMT";
arnews[0] += "
";
arnews[1]="Holy Cross Recap: UCONN | Women's Basketball
";
arnews[1] += "You've got to love Holy Cross coach Bill Gibbons. He's the kind of guy you would love to hang out with and drink water after a game.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 16:32:44 GMT";
arnews[1] += "
";
arnews[2]="Studio's 'Marley' a risky holiday show
";
arnews[2] += "The sound of Dickensian carolers lured the opening-night audience from the lobby of the Carriage House at Bell Court into the theater for Studio Players' latest production, Jacob Marley's Christmas Carol .";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 11:48:22 GMT";
arnews[2] += "
";
arnews[3]="Choir of Hope
";
arnews[3] += "Hope for Africa childrena s choir performs at Methodist church in McLean. For years, Charles Wesley United Methodist Church in McLean has supported efforts to help residents of war-torn areas of Sudan.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Geiger, Erna M.
";
arnews[4] += "Erna M. Geiger, King, Wisconsin, age 86, passed away on Thursday, November 19, 2009, at the Wisconsin Veterans Home in King, WI.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
totcount = 5;
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("