var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Roundup: Market for Doc won't dip
"; arnews[0] += "The rumors are heating up on the second day of free agency. Here's what's cooking on the Hot Stove."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:30:00 GMT"; arnews[0] += "
"; arnews[1]="Yanks & Red Sox battle for Cuban lefty
"; arnews[1] += "The Yankees are reportedly battling the rival Red Sox for the services of free-agent Cuban lefty Aroldis Chapman."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 20:40:55 GMT"; arnews[1] += "
"; arnews[2]="Marco Island police briefs: Nov. 20
"; arnews[2] += "12, Scott F. Mackay, 40, of 1243 Mulberry Court, Marco, was arrested at his home and charged with operating a motor vehicle with a suspended driver's license and attaching an unassigned license plate to the vehicle he was driving."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Chicago White Sox close to deal with Omar Vizquel
"; arnews[3] += "It may have taken nearly half a decade, but the White Sox finally could sign shortstop Omar Vizquel , who will be 43 years old in April."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 06:14:51 GMT"; arnews[3] += "
"; arnews[4]="White Sox add five to 40-man roster
"; arnews[4] += "On Friday, the deadline for clubs to protect prospects from next month's Rule 5 Draft, the White Sox added five players to their 40-man roster."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 21:58:18 GMT"; arnews[4] += "
"; arnews[5]="The Bullpen
"; arnews[5] += "Their biggest needs, in order, appear to be a back-of-the- bullpen arm with the stuff to pitch the eighth and ninth innings, a multiple-innings arm, and a dependable situational lefty."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 10:42:43 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("
");