var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Pro Baseball: [espn.com] Toronto Blue Jays' Vernon Wells has wrist cartilage repaired (Fri, 13 Nov 2009 13:12:22 PST) http://bit.ly/4nXWbD
"; arnews[0] += "[espn.com] Toronto Blue Jays' Vernon Wells has wrist cartilage repaired (Fri, 13 Nov 2009 13:12:22 PST)"; arnews[0] += "
"; arnews[1]="StatFace.com: MLB - Blue Jays CF Vernon Wells underwent surgery on left wrist, expected to be ready for spring training
"; arnews[1] += "MLB - Blue Jays CF Vernon Wells underwent surgery on left wrist, expected to be ready for spring training"; arnews[1] += "
"; arnews[2]="Latest Breaking News: Toronto Blue Jays' Vernon Wells Undergoes Wrist Surgery
"; arnews[2] += "Toronto Blue Jays' Vernon Wells Undergoes Wrist Surgery -"; arnews[2] += "
"; arnews[3]="Swine Flu Tracker: Footprints in the Snow: Blue Jays - FanHouse (blog)
"; arnews[3] += "Footprints in the Snow: Blue Jays - FanHouse (blog) -"; arnews[3] += "
"; arnews[4]="Steve Carlic: Open Letter to Brian Cashman: The way we get Halladay is by taking Vernon Wells, too, so let's start shedding outfielders
"; arnews[4] += "Open Letter to Brian Cashman: The way we get Halladay is by taking Vernon Wells, too, so let's start shedding outfielders -"; 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("
");