var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mayor Who Is Also State Rep. Under Fire - Boston Channel
";
arnews[0] += "Charlie Murphy said. Murphy's opinion matters because t a public hearing is scheduled for Tuesday on Mayor William Lantigua's bill to allow Lawrence to borrow $35 million. \"If when the time comes, they can not pay it back? Who's on the hook?";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 22:21:00 GMT";
arnews[0] += "
";
arnews[1]="What to watch on Christmas Eve - StarPhoenix
";
arnews[1] += "Christmas Eve offers a unique TV present to all boys and girls who hang their stockings at the chimney with care - especially all those looking to avoid family melodrama and egg-nog fuelled conversation. The pixelled parent of modern society offers ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 16:33:00 GMT";
arnews[1] += "
";
arnews[2]="Box office - Corvallis Gazette-Times
";
arnews[2] += "Michael Jenkins: “Mister Gameshow Comedy Show,” 6:30 p.m. (dinner), 8 p.m. (performance) Feb. 13, Lebanon Elks Club, 633 Park St., Lebanon. An evening of standup, music, improv and a game show. Admission: $23 advance and $26 at the door (dinner ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 00:34:00 GMT";
arnews[2] += "
";
totcount = 3;
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("