var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Who held the most home runs before barry bonds http://chacha.com/q/0mxcj
"; arnews[0] += "Who held the most home runs before barry bonds"; arnews[0] += "
"; arnews[1]="David Sherr: @twasserman Lincecum. Great Pitcher. Where is Barry Bonds when you really need him?
"; arnews[1] += "@"; arnews[1] += "
"; arnews[2]="How old is Barry Bonds http://chacha.com/q/94x9mgbs
"; arnews[2] += "How old is Barry Bonds"; arnews[2] += "
"; arnews[3]="Richard Brock: What does Barry Bonds look like now - is his head shrinking - does his face look as masculine as Chris Evert's
"; arnews[3] += "What does Barry Bonds look like now - is his head shrinking - does his face look as masculine as Chris Evert's"; arnews[3] += "
"; arnews[4]="Richard Brock: I miss watching McCovey Cove kayakers scramble for the Barry Bonds balls
"; arnews[4] += "I miss watching McCovey Cove kayakers scramble for the Barry Bonds balls"; 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("
");