var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Reds make roster moves
"; arnews[0] += "Faced with a slew of prospects that needed protection, the Reds added some players to their 40-man roster on Friday while also cutting a few."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:47:34 GMT"; arnews[0] += "
"; arnews[1]="Why Jason Bay Should've Accepted the Boston Red Sox' $64 Million Offer
"; arnews[1] += "ESPN.com reports that Boston Red Sox left fielder Jason Bay refused an initial offer by the team and will dive into the pool of free agency to test the depth of its waters."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 17:44:53 GMT"; arnews[1] += "
"; arnews[2]="Grabow gets $7.5 million, 2-year deal from Cubs
"; arnews[2] += "In this Aug. 3, 2009, file photo, Chicago Cubs reliever John Grabow reacts during a baseball game against the Cincinnati Reds in Cincinnati."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Reds' Gomes might be up for arbitration
"; arnews[3] += "The Cincinnati Reds tapped a familiar source on Friday, Nov. 20, adding seven former Dayton Dragons to their 40-man roster."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 12:08:27 GMT"; arnews[3] += "
"; arnews[4]="Browns may be the worst of the worst
"; arnews[4] += "BEREA - Ita s not a nightmare, or an optical illusion. The Browns offense has really been as bad as ita s looked."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 10:58:42 GMT"; arnews[4] += "
"; totcount = 5; 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("
");