var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="All 30 County Board Seats Up For Election - Peshtigo Times
";
arnews[0] += "District 26 Michael Cassidy, Town of Athelstane ward 2, Town of Goodman and Town of Silver Cliff ward 1. District 27 Carol Faucett, City of Marinette ward 6. District 28 Ted Sauve, City of Marinette ward 5. District 29 Alice Baumgarten, City of ...";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 16:56:00 GMT";
arnews[0] += "
";
arnews[1]="Economic issues for average Virginians bad, and going to get worse - Augusta Free Press
";
arnews[1] += "Struggles to date for average Virginians since the start of the recession in December 2007 are “just the tip of the iceberg,” said Michael Cassidy, the executive director of The Commonwealth Institute for Fiscal Analysis, which released a report ...";
arnews[1] += "
Publ.Date : Mon, 23 Nov 2009 20:03:00 GMT";
arnews[1] += "
";
arnews[2]="RIDOT lends its support to Pawtucket's commuter rail station - Valley Breeze
";
arnews[2] += "PAWTUCKET - A commuter rail stop in Pawtucket is more of a reality today than ever before. What was once just a pipedream could now come to fruition, according to representatives from the Rhode Island Department of Transportation, who informed Mayor ...";
arnews[2] += "
Publ.Date : Tue, 24 Nov 2009 05:00:00 GMT";
arnews[2] += "
";
arnews[3]="Piecing together the crash scene - Concord Monitor
";
arnews[3] += "Next time you're stuck in traffic, wondering why an accident up ahead is taking so long to be cleared, just picture Concord police Detective Michael Cassidy on his hands and knees. He's searching for evidence, like a single shard of broken glass or a ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 11:45:00 GMT";
arnews[3] += "
";
arnews[4]="WHERE'D SHE GO? Quarry Square in Milford draws big crowd - Milford Daily News
";
arnews[4] += "The first week of the \"Where'd She Go?\" video contest fooled a lot of people, including me. My apologies to Patsy Rossetti of Framingham, whose name was left off the list of players with correct answers in Week 1. Week 2's clip, on the other hand ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 04:49:00 GMT";
arnews[4] += "
";
arnews[5]="BVCAP helps first homebuyers of '09 realize American dream - Valley Breeze
";
arnews[5] += "According to Pawtucket's Planning and Redevelopment Director Michael Cassidy, city officials are considering whether to purchase more run-down properties in the immediate vicinity of 644 Main St. as efforts to change the landscape there continue.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 07:37: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("