var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Athletics: Fans vote for Gay, Richards for Owens Awards
"; arnews[0] += "Tyson Gay and Sanya Richards were voted the winners of the 2009 Jesse Owens Awards by members of the U.S. track and field media, along with track fans who voted for their favorites in the first-ever Jesse Owens Athletes of the Year Fan Vote presented by Nike."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 05:51:58 GMT"; arnews[0] += "
"; arnews[1]="Italian cyclist stripped of Beijing medal
"; arnews[1] += "Italian cyclist Davide Rebellin has been stripped of the silver medal he won in the road event at the 2008 Beijing Olympics because of a doping violation."; arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 19:55:48 GMT"; arnews[1] += "
"; arnews[2]="Announcements for
"; arnews[2] += "UA School of Music presents the University Singers in concert on Tuesday at 7:30 p.m. in the Concert Hall of the Moody Music Building."; arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 09:43:03 GMT"; arnews[2] += "
"; arnews[3]="Abitova wins Yokohama Women's Marathon
"; arnews[3] += "Russia's Inga Abitova has won the inaugural Yokohama Women's Marathon, a race that featured the top two finishers from the Beijing Olympics."; arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 07:26:25 GMT"; arnews[3] += "
"; arnews[4]="SC soldier honored 57 years after he went MIA
"; arnews[4] += "The military has honored a South Carolina soldier nearly six decades after he went missing in action in North Korea."; arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 19:11:45 GMT"; arnews[4] += "
"; arnews[5]="Italy opens new contemporary arts museum
"; arnews[5] += "Italy is opening its first national museum for contemporary arts and architecture in a bid to shed its image as merely a keeper of a glorious artistic past."; arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 23:29:18 GMT"; arnews[5] += "
"; arnews[6]="Correction: Scholastic sports museum story
"; arnews[6] += "In a Nov. 9 story about a new national museum honoring excellence in scholastic sports, The Associated Press reported erroneously that Allyson Felix was an Olympic gold medal swimmer."; arnews[6] += "
Publ.Date : Wed, 11 Nov 2009 21:27:36 GMT"; arnews[6] += "
"; arnews[7]="Sports in brief
"; arnews[7] += "Kareem Abdul-Jabbar is being treated for a rare form of leukemia, and the basketball great said his prognosis is encouraging."; arnews[7] += "
Publ.Date : Wed, 11 Nov 2009 22:54:47 GMT"; arnews[7] += "
"; arnews[8]="Carter's Paris hopes vanish with fourth place in hurdles
"; arnews[8] += "\"I thought I had him at the line. I really thought I had it,\" said James Carter, frustration written on his face."; arnews[8] += "
Publ.Date : Tue, 10 Nov 2009 11:01:14 GMT"; arnews[8] += "
"; totcount = 9; 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("
");