var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Stacy Sheffield: Scouting #Sports: Josh Beckett to Meet With Red Sox Regarding Future http://bit.ly/8SSgB http://bit.ly/15C3VJ
"; arnews[0] += "Scouting"; arnews[0] += "
"; arnews[1]="Ryan Beale: Boston Red Sox will have a difficult decision with Josh Beckett - ESPN Boston http://bit.ly/fVrzI via Peter Gammons
"; arnews[1] += "Boston Red Sox will have a difficult decision with Josh Beckett - ESPN Boston"; arnews[1] += "
"; arnews[2]="Jesse Boskoff: Do you like Josh Beckett? http://bit.ly/1RDxYD
"; arnews[2] += "Do you like Josh Beckett?"; arnews[2] += "
"; arnews[3]="Fan Gear Deals: Josh Beckett Majestic Name and Number Navy Boston Red Sox T-Shirt $21.99 - Looks like a baseball jersey,... http://dealnay.com/141689 #ad
"; arnews[3] += "Josh Beckett Majestic Name and Number Navy Boston Red Sox T-Shirt $21.99 - Looks like a baseball jersey,..."; arnews[3] += "
"; arnews[4]="Lincoln Burrows: Josh Beckett
"; arnews[4] += "Josh Beckett -"; 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("
");