var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Steve Carlic: CC Sabathia wins IT IS HIGH 2009 Yankees CY YOUNG Winner
"; arnews[0] += "CC Sabathia wins IT IS HIGH 2009 Yankees CY YOUNG Winner -"; arnews[0] += "
"; arnews[1]="Shawn Roberts: Yo East Bay. Raphael Saadiq's big encore cover was Sly's Underdog. Biggest thing outta Vallejo that's not CC Sabathia or Zodiac.
"; arnews[1] += "Yo East Bay. Raphael Saadiq's big encore cover was Sly's Underdog. Biggest thing outta Vallejo that's not CC Sabathia or Zodiac."; arnews[1] += "
"; arnews[2]="Kyle Hale: YESNetwork: Goldman: The garden of Halladay
"; arnews[2] += "YESNetwork: Goldman: The garden of Halladay -"; arnews[2] += "
"; arnews[3]="Jerry Dan: My Sportsman of the Year Nomination: CC Sabathia
"; arnews[3] += "My Sportsman of the Year Nomination: CC Sabathia -"; arnews[3] += "
"; arnews[4]="Jessie Payton: My Sportsman of the Year Nomination: CC Sabathia
"; arnews[4] += "My Sportsman of the Year Nomination: CC Sabathia -"; 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("
");