var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tinley Park's Garrett Jones poised for big year with Pittsburgh ... - Chicago Tribune
";
arnews[0] += "Scott Boras says November is a \"greeting card month\" for free agents. Teams send out feelers, check medical records and weigh their options. They might discuss parameters of a deal, but only rarely do they start sincere negotiations before ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:21:00 GMT";
arnews[0] += "
";
arnews[1]="Pittsburgh Pirates - Chicago Tribune
";
arnews[1] += "Pitcher John Grabow became the first of the 171 free agents to reach agreement on a new deal, getting a $7.5 million, two-year contract Friday from the Chicago Cubs. The 31-year-old left-hander combined to go 3-0 with a 3.36 ERA last season in a ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 14:57:00 GMT";
arnews[1] += "
";
arnews[2]="Next » - The Spokesman-Review
";
arnews[2] += "Claimed The Pittsburgh Pirates claimed right-hander Chris Jakubauskas off waivers from the Seattle Mariners. Sidelined Cleveland Cavaliers center Shaquille O’Neal sat out Saturday’s game against Philadelphia, the fifth consecutive game he has ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 08:58:00 GMT";
arnews[2] += "
";
arnews[3]="Pirates designate fomer Yankee P Karstens - Concord Monitor
";
arnews[3] += "PITTSBURGH - The Pittsburgh Pirates designated right-hander Jeff Karstens for assignment and claimed right-hander Chris Jakubauskas off waivers from Seattle. The team made the moves on Friday. Karstens was 4-6 with a 5.42 ERA. He was acquired from ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 06:21:00 GMT";
arnews[3] += "
";
arnews[4]="Jeff Karstens - Roto Times
";
arnews[4] += "Player Notes November 20, 2009 The Pittsburgh Pirates have designated pitcher Jeff Karstens for assignment, according to the Pittsburgh Post-Gazette. Karstens was 4-6 with a 5.42 ERA in 39 appearances (13 starts) last season. Our View: It looks like ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 22:58:00 GMT";
arnews[4] += "
";
arnews[5]="Obituary: Jon Neiderer / Scouted for the Pittsburgh Pirates - Pittsburgh Post-Gazette
";
arnews[5] += "After working an unfulfilling job upon his 1973 graduation with a political science degree from Duquesne University, where he helped to manage the club football team, Jon Neiderer decided it was time to get into professional sports. \"He actually got ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 05:32: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("