var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Chapman hires new agents
";
arnews[0] += "It remains to be seen whether this will be an advantage for the Yankees in pursuit of highly-touted Cuban pitcher Aroldis Chapman, but Chapman has fired his original agency, Athletes Premier International, and signed with veteran agents Alan and Randy Hendricks, stunning his former reps.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:58:11 GMT";
arnews[0] += "
";
arnews[1]="Cuban lefty prospect Chapman changes agents
";
arnews[1] += "In a move first reported Friday by the Spanish newspaper El Nuevo Herald and confirmed yesterday, Chapman, 21 - a lefthander whose fastball was clocked at 102 mph during the World Baseball Classic - fired Edwin Mejia of Athletes Premier International and replaced him with Randy and Alan Hendricks of Hendricks Sports Management.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 01:26:35 GMT";
arnews[1] += "
";
arnews[2]="age stats shed light on old Cy Young votes
";
arnews[2] += "For so many years, the formula for winning a Cy Young Award was pretty simple: Win a lot of games.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 23:53:00 GMT";
arnews[2] += "
";
arnews[3]="Cuban Pitcher Chapman Changes Agents
";
arnews[3] += "Share + Nov 21, 2009 5:14 pm US/Eastern Read: Dan Roche's Blog 1 of 1 Aroldis Chapman of Cuba pitches against Japan in the 2009 World Baseball Classic on March 15 at Petco Park in San Diego.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 23:33:00 GMT";
arnews[3] += "
";
arnews[4]="Aroldis Chapman fires agent, hires Hendrick brothers
";
arnews[4] += "Aroldis Chapman is the 21-year-old Cuban refugee who throws 100 mph and has been called the left-handed Stephen Strasburg .";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 23:21:10 GMT";
arnews[4] += "
";
arnews[5]="A-Rod hits it big, cousin Yuri hits skids
";
arnews[5] += "Rod, who revels after Yankees celebrate World Series-clinching win in Game 6, finally became clutch with numerous big hits.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 22:39:28 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("