var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Broncos pose a different challenge - Sports
";
arnews[0] += "Back in September, Chargers' free safety Eric Weddle breaks up a pass intended for Broncos wide receiver Brandon Marshall.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:44:03 GMT";
arnews[0] += "
";
arnews[1]="Philly transit union ratifies labor pact
";
arnews[1] += "A labor agreement for Philadelphia transit workers has been ratified overwhelmingly by union members.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Police seize over 1,000 marijuana plants, $100K in bust spanning N.J., Pennsylvania
";
arnews[2] += "Police say they've seized more than 1,000 marijuana plants, three pounds of processed marijuana and about $100,000 in cash in a bust in Pennsylvania and New Jersey.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 15:21:15 GMT";
arnews[2] += "
";
arnews[3]="Briefly... CITY/REGION
";
arnews[3] += "MAYOR NUTTER makes good on his World Series bet with NYC Mayor Michael Bloomberg yesterday.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 14:51:29 GMT";
arnews[3] += "
";
arnews[4]="Still Life: Despite A Lifetime Of Tragedy, Arshile Gorky Made His Ma
";
arnews[4] += "Date : Sat, 21 Nov 2009 14:56:46 +0400 STILL LIFE: DESPITE A LIFETIME OF TRAGEDY, ARSHILE GORKY MADE HIS MARK AS A PRE-EMINENT PAINTER OF THE 20TH CENTURY By Ilene Dube CentralJersey.com Nov 20 2009 MUSEUMS often get calls from people claiming to have treasure in their attics, valuable paintings created by great masters.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 14:37:47 GMT";
arnews[4] += "
";
arnews[5]="Boy struck on Boulevard; driver is facing charges
";
arnews[5] += "A 17-year-old Philadelphia boy was critically injured Wednesday afternoon when he was struck by a van while crossing Kennedy Boulevard, and the driver later surrendered to face hit-and-run charges, police said yesterday.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 13:10:58 GMT";
arnews[5] += "
";
arnews[6]="Dynamo enter offseason with lenghty to-do list
";
arnews[6] += "Andrew Hainault, right, and Brian Ching are all but certain to return to the Dynamo in 2010, but the same cannot be said of Ricardo Clark, left, and Stuart Holden .";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 10:46:51 GMT";
arnews[6] += "
";
arnews[7]="Charter schools enroll 1.4 million students nationwide while demand rises
";
arnews[7] += "Public charter schools are growing, and currently enroll 1.4 million students nationwide.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 10:19:55 GMT";
arnews[7] += "
";
arnews[8]="FAA Glitch Causes Air Travel Delays
";
arnews[8] += "Hartsfield-Jackson Atlanta International Airport, the world's busiest, has been particularly affected.";
arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 09:40:17 GMT";
arnews[8] += "
";
totcount = 9;
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("