var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Administrator resigning, effective Jan. 5
";
arnews[0] += "After nearly four years at the helm of the Village of Pemberton's staff, Chief Administrative Officer Lori Pilon will be stepping down at the beginning of next year.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="ICAC head sounds off
";
arnews[1] += "The retiring commissioner of the Independent Commission Against Corruption, Jerrold Cripps , has kept his personal views largely to himself.";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 13:00:01 GMT";
arnews[1] += "
";
arnews[2]="The Mocama: New name for an old people
";
arnews[2] += "JOHN PEMBERTON/The Times-Union A bit of past Robert Thunen, director of archaeology at UNF, examines a 1/2-inch by 1/2-inch piece of pottery, possibly from a bowl or cup from Cedar Point site.";
arnews[2] += "
Publ.Date : Sun, 18 Oct 2009 04:51:49 GMT";
arnews[2] += "
";
arnews[3]="She fought cancer, then insurance
";
arnews[3] += "JOHN PEMBERTON/The Times-Union There are subtle expressions of attorney Jeanne Helton's dedication to fighting breast cancer: pink sticky notes held by a crystal angel, pink roses with a breast cancer awareness ribbon and a pink survivors cup.";
arnews[3] += "
Publ.Date : Sat, 17 Oct 2009 07:40:48 GMT";
arnews[3] += "
";
arnews[4]="BCR housing project at a crossroads
";
arnews[4] += "BCR/Signal Hill Homes proponents Bruce van Mook, left, and Garth Phare say they need clarity from Pemberton council on a few issues before deciding whether to continue pursuing their housing and mixed-use development proposal near downtown.";
arnews[4] += "
Publ.Date : Thu, 08 Oct 2009 14:49:34 GMT";
arnews[4] += "
";
arnews[5]="BCR housing project at a crossroads
";
arnews[5] += "BCR/Signal Hill Homes proponents Bruce van Mook, left, and Garth Phare say they need clarity from Pemberton council on a few issues before deciding whether to continue pursuing their housing and mixed-use development proposal near downtown.";
arnews[5] += "
Publ.Date : Thu, 08 Oct 2009 09:28:00 GMT";
arnews[5] += "
";
arnews[6]="TCUP application prompts concerns
";
arnews[6] += "Pemberton council this week deferred a decision on a new Temporary Commercial Use Permit application from Mainroad Contracting after a representative for accommodation providers in the Pemberton area questioned the timing of the permit and called for the applicant to support local businesses.";
arnews[6] += "
Publ.Date : Thu, 08 Oct 2009 09:27:45 GMT";
arnews[6] += "
";
totcount = 7;
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("