var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="John Doyle: Like the way you think! RT @YankeesWFAN Andruw Jones hit 2 HR in Gm 1 of the 1996 WS and the Yanks won that one! #onthebrightside
"; arnews[0] += "Like the way you think! RT @"; arnews[0] += "
"; arnews[1]="Scott Woods: Utley just pulled an Andruw Jones!
"; arnews[1] += "Utley just pulled an Andruw Jones!"; arnews[1] += "
"; arnews[2]="Hugging Harold Reynolds: RT @sharapovasthigh: Cliff Lee... that was AWESOME. Even Andruw Jones is laughing at that effort. #mlb
"; arnews[2] += "RT @"; arnews[2] += "
"; arnews[3]="S.A. Thomas: RT @YankeesWFAN: Andruw Jones hit 2 HR in Gm 1 of the 1996 WS and the Yanks won that one! #onthebrightside #YANKEES #MLB #Phillies
"; arnews[3] += "RT @"; arnews[3] += "
"; arnews[4]="Jermaine Dye, Bengie Molina, Vicente Padilla, Jim Thome, Andruw Jones, Erik Bedard, Pedro: Examples of guys who filed 4 free agency today
"; arnews[4] += "Jermaine Dye, Bengie Molina, Vicente Padilla, Jim Thome, Andruw Jones, Erik Bedard, Pedro: Examples of guys who filed 4 free agency today"; 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("
");