var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Astros RHP Lyon recovering from shoulder surgery
"; arnews[0] += "Tue Feb 9, 8:01 pm ET HOUSTON Astros reliever Brandon Lyon had surgery to drain a small cyst in his pitching shoulder but is expected to be ready for spring training ."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:07:32 GMT"; arnews[0] += "
"; arnews[1]="Astros RHP Lyon recovering from shoulder surgery
"; arnews[1] += "Tue Feb 9, 8:01 pm ET HOUSTON Astros reliever Brandon Lyon had surgery to drain a small cyst in his pitching shoulder but is expected to be ready for spring training ."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:06:57 GMT"; arnews[1] += "
"; arnews[2]="Astros' Lyon has cyst drained; Vallejo to have hand surgery
"; arnews[2] += "Brandon Lyon #37 of the Detroit Tigers pitches against the Seattle Mariners during the game on April 19, 2009 at Safeco Field in Seattle, Washington."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 06:59:45 GMT"; arnews[2] += "
"; arnews[3]="Astros P Lyon recovering from shoulder surgery
"; arnews[3] += "Astros reliever Brandon Lyon has had surgery to drain a small cyst in his pitching shoulder but is expected to be ready for spring training."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 06:13:20 GMT"; arnews[3] += "
"; arnews[4]="Joy and excitement' greets Olympic torch in B.C. Lower Mainland
"; arnews[4] += "Thousands of people from the Vancouver suburb of Richmond came out on Tuesday to see the Olympic torch."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 04:20:40 GMT"; arnews[4] += "
"; arnews[5]="1 comment
"; arnews[5] += "Corpus Christi native Burt Hooten was inducted in the Texas Sports Hall of Fame Monday night."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 04:08:48 GMT"; arnews[5] += "
"; totcount = 6; 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("
");