var arnews = new Array(8);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Patrick Miffed At Lawmakers Going Into Break - Boston Channel
";
arnews[0] += "Charlie Murphy said. While a few lobbyists were still roaming the hallway, there was a big echo on Beacon Hill Thursday. Part of the holdup on the education bill are lobbyists for the teacher's unions who are not happy with raising the cap on charter ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 21:48:00 GMT";
arnews[0] += "
";
arnews[1]="Allison Kugel, PR.com Senior Editor - PR.com
";
arnews[1] += "Allison Kugel’s reputation as a talented writer and speaker became known within industry circles and it wasn’t long before Internet player PR.com tapped her to come on board to head up and develop their now acclaimed “Articles” section. With ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 20:33:00 GMT";
arnews[1] += "
";
arnews[2]="Mum’s the word after nickname discussion - Grand Forks Herald
";
arnews[2] += "As Charlie (Murphy) told you, they agreed they would keep their discussion confidential,” she said. The board has been urging the tribe to decide whether it would hold a referendum on the nickname. The Summit League athletic conference, which UND ...";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 23:58:00 GMT";
arnews[2] += "
";
arnews[3]="OUR OPINION: Standing Rock deserves more time on nickname decision - Grand Forks Herald
";
arnews[3] += "Today, it’s still quite possible that the Standing Rock Sioux could take a vote of their own, even considering tribal chairman Charlie Murphy’s statement that the issue is not one of the tribe’s top priorities. In fact, a group of Spirit Lake ...";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 05:53:00 GMT";
arnews[3] += "
";
totcount = 4;
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("