var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Philadelphia Phillies - Allentown Morning Call
";
arnews[0] += "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[0] += "
Publ.Date : Tue, 09 Feb 2010 12:47:00 GMT";
arnews[0] += "
";
arnews[1]="Philadelphia Phillies finalize $22 million, 3-year contract with Shane ... - The Gaea Times
";
arnews[1] += "PHILADELPHIA — All-Star center fielder Shane Victorino and the Phillies have finalized a $22 million, three-year contract, a day after pitcher Joe Blanton and Philadelphia completed a $24 million, three-year deal. Victorino hit .292 with 39 doubles ...";
arnews[1] += "
Publ.Date : Fri, 22 Jan 2010 02:45:00 GMT";
arnews[1] += "
";
arnews[2]="Daily Random Sports Thoughts: Philadelphia Phillies - Bleacherreport.com
";
arnews[2] += "For anyone interested, I think I'm going to start writing daily thoughts that just pop into my head. Everyday (hopefully I can do it everyday), I'll pick a team that I have random thoughts about, and give five thoughts. I'll probably be able to ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 01:10:00 GMT";
arnews[2] += "
";
arnews[3]="Second Riversharks Player Signed By Philadelphia Phillies - OurSports Central
";
arnews[3] += "CAMDEN, NJ - The Camden Riversharks announced today that former center, John Purdom, signed a contract with the neighboring Philadelphia Phillies. Purdom's signing marks the Riversharks' second player to be picked up by the 2008 World Series ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 18:36:00 GMT";
arnews[3] += "
";
arnews[4]="Torrealba signs with Padres MLB - KSTP
";
arnews[4] += "He was also 5-for-14 with a home run and four RBI in Colorado´s NLDS loss to the Philadelphia Phillies. Torrealba started his career in 2001 with San Francisco before being moved to Seattle in 2005. However, he had found a home in Colorado, hitting ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 00:50:00 GMT";
arnews[4] += "
";
arnews[5]="City to host baseball pep rally - Bradenton Herald
";
arnews[5] += "Then circle Feb. 25 on your calendars. The city of Bradenton, the Pittsburgh Pirates and the new Bradenton Marauders will hold a pep rally at 6 p.m. Feb. 25 on Old Main Street. The Pirates are entering their 42nd year with McKechnie Field as their ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 02:37: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("