var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Nationals hire Jim Lett as bullpen coach - Charleston Gazette
";
arnews[0] += "He's also worked as a coach for the Cincinnati Reds, Pittsburgh Pirates and Los Angeles Dodgers. Winfield native Jim Lett has been hired as bullpen coach for the Washington Nationals. Lett, a former three-sport athlete at Winfield, managed the 1990 ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:06:00 GMT";
arnews[0] += "
";
arnews[1]="College Baseball: Arizona State’s Murphy resigns after 15 seasons - Omaha World-Herald
";
arnews[1] += "The program has produced several major league players, including Andre Ethier of the Los Angeles Dodgers and Dustin Pedroia of the Boston Red Sox, who appeared along with Muhammad Ali at a recent Murphy fundraiser. He took over the historically ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:27:00 GMT";
arnews[1] += "
";
arnews[2]="ESPN - ESPN.com
";
arnews[2] += "TEMPE, Ariz. -- Pat Murphy has resigned after 15 seasons as baseball coach at Arizona State. No reason was given for the surprise move, which was announced by the university in a brief news release on Friday. The colorful and often outspoken Murphy ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 02:54:00 GMT";
arnews[2] += "
";
arnews[3]="Nationals Finalize Coaching Staff - News4Jax.com
";
arnews[3] += "Washington, DC (Sports Network) - The Washington Nationals have finalized their coaching staff for Jim Riggleman, who was officially named manager last Thursday after serving in an interim role for the second half of this past season. The personnel ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:00:00 GMT";
arnews[3] += "
";
arnews[4]="ASU Baseball Coach Resigns - KPHO
";
arnews[4] += "His program produced several major league players, including Andre Ethier of the Los Angeles Dodgers and Dustin Pedroia of the Boston Red Sox, who appeared along with Muhammad Ali at a recent Murphy fundraiser. He took over the historically ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 23:34:00 GMT";
arnews[4] += "
";
arnews[5]="CBB: Arizona State baseball coach Murphy resigns - Honolulu Advertiser
";
arnews[5] += "TEMPE, Ariz. — Pat Murphy has resigned after 15 seasons as baseball coach at Arizona State. No reason was given for the move, which was announced by the university in a brief news release on Friday. The colorful and often outspoken Murphy led the ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 23:12:00 GMT";
arnews[5] += "
";
arnews[6]="Yanks 1st choice: Wang - China Post
";
arnews[6] += "Concerning whether he could transfer to the Los Angeles Dodgers, Wang said “it's would not be a bad idea” since he and the incumbent Dodgers manager Joe Torre had a very good working relationship when they were in the Yankees. Wang added that he ...";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 03:09:00 GMT";
arnews[6] += "
";
arnews[7]="Nationals finalize coaching staff MLB - KSTP
";
arnews[7] += "From 2001-04 he was the bullpen coach for the Los Angeles Dodgers, where he worked with Riggleman on the staff of then-Dodgers manager Jim Tracy. Radison worked with Riggleman during Riggleman´s managing stints with San Diego and the Chicago Cubs.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 22:22:00 GMT";
arnews[7] += "
";
totcount = 8;
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("