var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Playoff matchups look good on paper
";
arnews[0] += "Hoggard squeaked past Cary in the first round and will play host to Lumberton oon Friday.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Merit award winners
";
arnews[1] += "Saint John Lancaster MLA Abel LeBlanc recently presented members of his riding with New Brunswick Merit Awards.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 14:00:00 GMT";
arnews[1] += "
";
arnews[2]="Playoff matchups look good on paper
";
arnews[2] += "Hoggard squeaked past Cary in the first round and will play host to Lumberton oon Friday.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Obituaries- Kitty Dew, Zelt Dunbar and Raymond Geuris
";
arnews[3] += "Kitty Dew Kitty Clyde Dew, 92, Erin, died Wednesday, November 4, 2009, at Signature Health Care.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Round the Town
";
arnews[4] += "Keli Wray and Kaylah of Hesston were honored guests at a layette shower Nov. 7 at the Durham Baptist Church fellowship hall.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 17:23:00 GMT";
arnews[4] += "
";
arnews[5]="ORR Regional School Committee - November 12, 2009
";
arnews[5] += "A scheduled meeting of the Old Rochester Regional District School Committee Meeting was called to order by Chairman Peter Bangs on November 12, 2009 at 6:00 pm.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 10:45:10 GMT";
arnews[5] += "
";
arnews[6]="Petters on the witness stand this afternoon
";
arnews[6] += "Tom Petters, accused of duping hedge funds into investing in phantom shipments of consumer electronics for more than a decade, took the witness stand today at his fraud trial in St.";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 21:49:59 GMT";
arnews[6] += "
";
arnews[7]="In Factery Labs' Search Engine, Facts Trump Links
";
arnews[7] += "Despite Google's inexorable gains in Internet search market share, search startups keep trying to improve upon the search giant's results.";
arnews[7] += "
Publ.Date : Tue, 17 Nov 2009 12:00:00 GMT";
arnews[7] += "
";
totcount = 8;
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("