var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Inqlings: Prep time for 'Always Sunny' bar
";
arnews[0] += "The guys on the FX sitcom It's Always Sunny in Philadelphia run a neighborhood bar, and two of the stars will do that for real in Old City.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 07:33:17 GMT";
arnews[0] += "
";
arnews[1]="The Insider: Boy, those TV meteorologists sure blew the winter forecast
";
arnews[1] += "Punxsutawney Phil is held by Ben Hughes after emerging from his burrow on Gobblers Knob in Punxsutawney, Pa., to see his shadow and forecast six more weeks of winter weather Tuesday, Feb.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 02:45:00 GMT";
arnews[1] += "
";
arnews[2]="New Clothes, New You
";
arnews[2] += "So, if you're like me - and every other human on the planet - you, right now, have vowed not to look less than attractive once spring, and spring's revealing warm-weather fashion, comes knocking.";
arnews[2] += "
Publ.Date : Wed, 13 Jan 2010 03:05:21 GMT";
arnews[2] += "
";
arnews[3]="Winter Solstice: Hunkering Down in Philadelphia
";
arnews[3] += "Folks in the Philadelphia area had a great white Christmas this year; about 23 inches of the white stuff engulfed our neighborhood last week.";
arnews[3] += "
Publ.Date : Sun, 27 Dec 2009 15:09:34 GMT";
arnews[3] += "
";
arnews[4]="Oh The Weather Outside Is Semi-Frightful
";
arnews[4] += "Given the winter storm that just hit the Delaware Valley like a shotgun full of snow, today's game against the 49ers won't be my most user-friendly fan experience at the Linc.";
arnews[4] += "
Publ.Date : Sun, 20 Dec 2009 17:54:46 GMT";
arnews[4] += "
";
arnews[5]="PhillyGossip: Jim Gardner honored, emcee Dave Roberts skips due to knee injury
";
arnews[5] += "Dave Roberts was supposed to emcee yesterday's Philadelphia Public Relations Association's ceremony honoring \"Action News\" anchor Jim Gardner , but the weatherman, who retired Friday, injured his knee running in the studio during his final broadcast.";
arnews[5] += "
Publ.Date : Tue, 15 Dec 2009 17:52:43 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("