var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Top 10-Top Earning Athletes Of The 2010 Winter Olympics | Top 10 ...
";
arnews[0] += "Top 10-Top Earning Athletes Of The 2010 Winter Olympics | Top 10: 5: Apolo Anton Ohno. apolo-anton-ohno. 2009 Earn... http://bit.ly/bjWRt8.";
arnews[0] += "
";
arnews[1]="SPORTS ALTernate: 2010 Could Be Record Setting Olympics for Ohno
";
arnews[1] += "Labels: Apolo Anton Ohno, Olympics, Sports |. Short-track speedskater Apolo Anton Ohno says he's not ruling out another Olympics, but Vancouver 2010 could be his last and he wants to bow out on top. ...";
arnews[1] += "
";
arnews[2]="문화여행 - Winter Olympics Open Friday in Vancouver
";
arnews[2] += "Americans will be watching short track speed skater Apolo Anton Ohno. He won five Olympic medals for the United States at the past two Winter Games. (MUSIC). BOB DOUGHTY: The competition nearest to the hearts of many Canadians is ice ...";
arnews[2] += "
";
arnews[3]="2010 Olympics Could Be a Record Setter for Ohno | Sporting Chronicle
";
arnews[3] += "Short-track speedskater Apolo Anton Ohno says he's not ruling out another Olympics but Vancouver 2010 could be his last and he wants to bow out on.";
arnews[3] += "
";
arnews[4]="Real Deal Finance » Short track speedskater Apolo Anton Ohno ...
";
arnews[4] += "Apolo Anton Ohno says he shed weight and lifted heavier weights in preparation of the 2010 Winter Olympic Games, in which he'll compete in four events. VANCOUVER - There are only four of them, really, and so when one of America's ...";
arnews[4] += "
";
arnews[5]="Top 10-Top Earning Athletes Of The 2010 Winter Olympics ...
";
arnews[5] += "5: Apolo Anton Ohno. apolo-anton-ohno. 2009 Earnings: $1.5 million,Country: Unites States,Sport: Short track Speed Skating. Five-time medalist Ohno needs one more to tie the U.S. Winter Olympics record held by speed skater Bonnie Blair. ...";
arnews[5] += "
";
arnews[6]="Friendly Canada hopes to be rude host in competition - Houston ...
";
arnews[6] += "Friendly Canada hopes to be rude host in competitionHouston ChronicleVANCOUVER, British Columbia — Imagine Salt Lake City 2002 without Sarah Hughes or Apolo Anton Ohno or Atlanta 1996 without Carl Lewis and Michael Johnson, ...";
arnews[6] += "
";
arnews[7]="バンクーバー五輪出場選手の長者番付 キム・ヨナとホワイトが7億超え ...
";
arnews[7] += "... 位に約200万ドル(約1億8000万円)で同じくアルペンスキーのテッド・リゲティ(Ted Ligety、米国)、5位には150万ドル(約1億3500万円)でスピードスケート・ショートトラックのアポロ・アントン・オーノ(Apolo Anton Ohno、米国)が続いている。 ...";
arnews[7] += "
";
arnews[8]="Pet Products | Pet Information | Pet Care Information | Buy Dog Beds
";
arnews[8] += "Reutter is one of the best hopes for the United States to end a long drought in women's short track skating. although Apolo Anton Ohno has led the U.S. men to six short track medals in the last two Olympics, an American woman hasn't ...";
arnews[8] += "
";
arnews[9]="Photo of the Week: Short Track Speed Skater Apolo Anton Ohno Wins ...
";
arnews[9] += "Photo of the Week: Short Track Speed Skater Apolo Anton Ohno Wins Gold at the 2002 Winter Olympics.";
arnews[9] += "
";
totcount = 10;
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("