var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Public consulted during Robichaud years
";
arnews[0] += "Premier Shawn Graham is quoted as follows: \"Reforms like equal opportunity and reforms like official languages - those reforms were not taken to the people in a referendum, it was the courage of a government of the day to see them through, and today New Brunswickers have that benefit.\" For the record: Every major reform introduced by the Robichaud ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 14:00:00 GMT";
arnews[0] += "
";
arnews[1]="What's On This Week
";
arnews[1] += "Survivor: Heroes vs. Villains 8 p.m., CBS The nicest good guys and meanest heels from the long-running show return for a new slate of competitions and tribal councils.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Quick thinking and life-saving heroism awarded
";
arnews[2] += "Borough resident Charlie Radiola, 57, said he may not recall the events of Jan. 26 that led to Neptune Township School Board member James Frostick and Retro Fitness employee Michael Urti springing into action to save his life, but he is thankful for the two men and the emergency service responders who helped to stabilize his condition.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="How To Market
";
arnews[3] += "Continuing from last week's part one, it's important to understand where I'm coming from on this.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 23:19:10 GMT";
arnews[3] += "
";
arnews[4]="California Dreamin' and Doin' - Puerto Vallarta, Pacific Coast, Mexico
";
arnews[4] += "Puerto Vallarta , Pacific Coast , Mexico Wednesday, February 10, 2010 Quick. What has 4000 legs, 2000 mouths, and will devour anything in its path? Answer: the lineup at the buffets on our ship, the Sapphire Princess! Seriously, as any of you who have cruised know, there are fewer things taken more seriously on the ship than the feeding frenzy ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 20:22:30 GMT";
arnews[4] += "
";
arnews[5]="Levi Johnston nude on Playgirl Magazine; Bristol Palin's ex...
";
arnews[5] += "Levi Johnston nude on Playgirl Magazine; Bristol Palin's ex fiance's naked cover February 9, 6:15 PM Abiola Abrams Levi Johnston naked on Playgirl Magazine.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 08:00: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("