var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Holiday TV promises old, new offerings - PITTSBURGH TRIBUNE-REVIEW
";
arnews[0] += "Christmas is still weeks away, but if you turn on your TV, you'd think it was already Christmas Eve. The classics are back, along with new offerings to make you laugh, cry and pull at your heartstrings. A couple networks are offering holiday shows ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:02:00 GMT";
arnews[0] += "
";
arnews[1]="Groups sue to stop dredging to deepen the Delaware River - Bridgeton News
";
arnews[1] += "Five environmental groups filed a federal lawsuit yesterday to prevent the U.S. Army Corps of Engineers from beginning a $379 million project to deepen the shipping channel in the Delaware River. The Delaware Riverkeeper Network, the National ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 05:04:00 GMT";
arnews[1] += "
";
arnews[2]="N.J., national environmental groups file lawsuit to halt Delaware ... - Bridgeton News
";
arnews[2] += "The Corps of Engineers, with its projects, has too often ignored the damage to the environment and safety of the public,\" said David Conrad of the National Wildlife Federation, citing a federal court ruling on Wednesday that found the Corps ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 18:42:00 GMT";
arnews[2] += "
";
arnews[3]="The Steeltown FILM FACTORY Is Now Open! - DVD Creation
";
arnews[3] += "... includes: -- Peter Ackerman, Writer, \"Ice Age\" -- David Conrad, Actor, \"Ghost Whisperer,\" \"Wedding Crashers\" -- Doug Crise, Editor, \"Babel\" -- David Dalessandro, Writer, \"Snakes on a Plane\" -- John Dellaverson, Lionsgate Executive, Producer ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 21:49:00 GMT";
arnews[3] += "
";
arnews[4]="Citizens oppose dredging project - Cape Gazette
";
arnews[4] += "David Conrad of the National Wildlife Federation said Delaware Department of Natural Resources and Environmental Control in 2001 cited 55 specific problems with the project, but to date, he said, those problems have still not been addressed. “";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 14:16:00 GMT";
arnews[4] += "
";
totcount = 5;
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("