var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Wentworth joins Graphic Packaging board
";
arnews[0] += "Graphic Packaging Holding Co. added Lynn A. Wentworth, a veteran of two prominent Atlanta C-suites, to its board of directors.";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Witch Cove project gets denied again, developer 'frustrated'
";
arnews[1] += "Despite more concessions on the part of the developer, the Conservation Commission refused Wednesday to give the proposed Witch Cove Marina redevelopment project its recommendation.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 07:27:00 GMT";
arnews[1] += "
";
arnews[2]="Community Bulletin Board
";
arnews[2] += "Open House: Faith Seeds Community Re-entry Coalition will have an open house beginning at 1 p.m. at 2290 Premier Park Lane.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 05:00:00 GMT";
arnews[2] += "
";
arnews[3]="Last night's TV
";
arnews[3] += "I love television, I really do. It has given me so much over the years a ' company, laughter, guidance, a smattering of education and a wide variety of unrequited loves, from David Attenborough to Wentworth Miller.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 00:05:04 GMT";
arnews[3] += "
";
arnews[4]="Graphic Packaging Holding Company Appoints New Board Member
";
arnews[4] += "MARIETTA, Ga., Nov.18 /PRNewswire-FirstCall/ -- Graphic Packaging Holding Company announced today that Lynn A. Wentworth has been appointed to the Company's Board of Directors, effective November 18, 2009.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 22:20:58 GMT";
arnews[4] += "
";
arnews[5]="Tree trimmers return to Lincolnville, ...
";
arnews[5] += "This week, contractors of Central Maine Power are returning to Lincolnville to finish a vegetation-management project that started last winter.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 15:02:01 GMT";
arnews[5] += "
";
arnews[6]="Parsing Our Royal Shrug
";
arnews[6] += "Twelve years after her death, Princess Diana's conduit-in-chief continues to speak on her behalf.";
arnews[6] += "
Publ.Date : Mon, 16 Nov 2009 10:53:46 GMT";
arnews[6] += "
";
arnews[7]="Shinan: Parsing our Royal shrug
";
arnews[7] += "Twelve years after her death, Princess Diana 's conduit-in-chief continues to speak on her behalf.";
arnews[7] += "
Publ.Date : Mon, 16 Nov 2009 00:42: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("