var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Let's Make a Deal: Chicago Cubs-Philadelphia Phillies - Bleacherreport.com
";
arnews[0] += "It's closing in on Thanksgiving and baseball circles are starting to heat up with discussion about players moving from one city to another. The wonderful part of being a fan at this time of year is the speculation that comes with rumors, whispers ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 22:37:00 GMT";
arnews[0] += "
";
arnews[1]="Philadelphia Phillies - Allentown Morning Call
";
arnews[1] += "The Philadelphia Phillies are a pro baseball team that plays in Major League Baseball (MLB). The Phillies are located in Philadelphia, Pennsylvania. The team plays its home games at Citizens Bank Park in Philadelphia. The team features current and ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 20:33:00 GMT";
arnews[1] += "
";
arnews[2]="Pricey gift: MLB offers Series film set for $2,229 - KOMO News
";
arnews[2] += "Former Philadelphia Phillies Mike Schmidt waves to spectators before throwing out the ceremonial first pitch before Game 3 of the Major League Baseball World Series between the New York Yankees and Phillies Saturday, Oct. 31, 2009, in Philadelphia ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 04:13:00 GMT";
arnews[2] += "
";
arnews[3]="Philadelphia Phillies Inside Pitch - FOXSports.com
";
arnews[3] += "A few weeks ago, as the Phillies opened the World Series, Charlie Manuel discussed a change he had noticed in Pedro Feliz . \"He's way more relaxed than he was (in 2008),\" Manuel said. \"He is real happy to be on our team. He likes everything about our ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 07:14:00 GMT";
arnews[3] += "
";
arnews[4]="Philadelphia Phillies Selects World Class Unified Communications ... - Investors Business Daily
";
arnews[4] += "OTTAWA, ONTARIO, Nov 18, 2009 (MARKETWIRE via COMTEX) -- The Philadelphia Phillies has extended its long-standing relationship with strategic business communications provider, Mitel(R), to deploy an innovative communications solution to its Spring ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 20:09:00 GMT";
arnews[4] += "
";
arnews[5]="Nutter Makes Good On World Series Bet - MyFox Philadelphia
";
arnews[5] += "NEW YORK - Philadelphia Mayor Michael Nutter has paid up on his World Series bet with New York City Mayor Michael Bloomberg. Nutter joined Bloomberg Friday for some community service in the Bronx, but he had to wear a Yankees jersey while doing it ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 03:59:00 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("