var arnews = new Array(3); totcount = 3; rnd = 0; document.write("
| ");
document.title=document.title+ " ";
arnews[0]="Red Sox Add Jarrod Saltalamacchia "; arnews[0] += " The last deal of the day came in late as well, with word reported by Dan Roche of WBZ-TV in Boston that the Red Sox had struck a last second deal to secure Jarrod Saltalamacchia in exchange for prospects Roman Mendez, Chris McGuiness, a player to be named later and $350,000 cash. Saltalamacchia has long been coveted by the Red Sox..."; arnews[0] += " Author : tetreaultvision@gmail.com (Joe Tetreault)"; arnews[0] += " Publ.Date : Sat, 31 Jul 2010 23:25:44 +0000"; arnews[0] += " "; arnews[1]="Yankees Deal for Kerry Wood "; arnews[1] += " Aggressive as always, and with deep pockets, the Yankees continued to address their clubs perceived weaknesses, Joel Sherman of the New York Post in a series of tweets broke down the deal that sends Kerry Wood plus at least $1.9 million of the remaining $3.8 million owed to the former closer. If Wood stays healthy for the remainde..."; arnews[1] += " Author : tetreaultvision@gmail.com (Joe Tetreault)"; arnews[1] += " Publ.Date : Sat, 31 Jul 2010 22:09:50 +0000"; arnews[1] += " "; arnews[2]="Dodgers acquire Octavio Dotel and Cash from Pirates "; arnews[2] += " Fox Sports Ken Rosenthal tweeted the news of the deal that sent Octavio Dotel to the Los Angeles Dodgers in exchange for James MacDonald and minor leaguer Andrew Lambo. The Dodgers also picked up $500,000 to cover part of the money still owed to their new setup man. Dotel spent saved 21 games during his first season in Pittsburgh,..."; arnews[2] += " Author : tetreaultvision@gmail.com (Joe Tetreault)"; arnews[2] += " Publ.Date : Sat, 31 Jul 2010 21:44:40 +0000"; arnews[2] += " "; totcount = 3; 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(" |