var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Nationals' coaching staff in place
"; arnews[0] += "The Nationals have retained hitting coach Rick Eckstein, pitching coach Steve McCatty and third-base coach Pat Listach."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:37:00 GMT"; arnews[0] += "
"; arnews[1]="Braves have past and future with awards
"; arnews[1] += "During the 1990s, it became easy to predict that a Braves pitcher would capture the National League's Cy Young Award."; arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Dodgers won't be pursuing John Lackey
"; arnews[2] += "Reporting from Chicago - Even with starting pitching as their most pressing need, the Dodgers do not plan to pursue John Lackey, the best starter available in free agency."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 01:49:34 GMT"; arnews[2] += "
"; arnews[3]="Season in Review a " Mississippi
"; arnews[3] += "The M-Braves had a solid enough year, finishing exactly at .500 for the second half of the year after a run of 8 games under during the first half."; arnews[3] += "
Publ.Date : Wed, 14 Oct 2009 10:00:15 GMT"; arnews[3] += "
"; arnews[4]="Rangers hire Hurdle as hitting coach
"; arnews[4] += "By JEFF WILSON / Special Contributor to The Dallas Morning News / The Dallas Morning News Evan Grant contributed to this report Clint Hurdle might have been a man without a job, but he wasn't a man without options only six months removed from his job as manager of the Colorado Rockies."; arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 21:03:14 GMT"; arnews[4] += "
"; arnews[5]="Ballplayers can keep Stanford scheme money
"; arnews[5] += "Seven current and former major league baseball players, along with hundreds of other investors, can keep the millions of dollars they put into R. Allen Stanford's purported $7 billion Ponzi scheme, a federal appeals court has ruled."; arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 13:45:05 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("
");document.write("
");