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 ...
";
arnews[0] += "No. 1 : Shaun White Shaun White. 2009 Earnings: $8 million,Country: United States,Sport: Snowboard. The Flying Tomato is hoping to land his second Olympic gold medal as well as a new nickname: The Animal. ...";
arnews[0] += "
";
arnews[1]="Red Hi-Fi Audio Snowboard Helmet | Runskate05.dyn O Saur.com
";
arnews[1] += "Red Shaun White Hi Fi Snowboard Helmet Black Menaposs. Shaun, Keir, Danny,Mason, Mikkel, Kevin and Luke have won more than a few contests. Kaboodle- Red HI-FI Audio Snowboard Helmet by Burton review and product info. ...";
arnews[1] += "
";
arnews[2]="Top 10-Top Earning Athletes Of The 2010 Winter Olympics | Just ...
";
arnews[2] += "No. 1 : Shaun White 2009 Earnings: $8 million,Country: United States,Sport: Snowboard The Flying Tomato is hoping to land his second Olympic gold medal as.";
arnews[2] += "
";
arnews[3]="Complete Wii Balance Board Game List
";
arnews[3] += "29 Shaun White Snowboarding RoadTrip – Shaun White will tell you a great snowboarder. Turn the board so that, you glide down the mountain like a real snowboard. You can enjoy the scenery with the unique system of camera and graphics. ...";
arnews[3] += "
";
arnews[4]="Shaun White : Highest Paid Winter Olympian | Longboarding and ...
";
arnews[4] += "No shock here, but according to Forbes.com Shaun White is tied with South Korean ice skater Kim Yu-Na as the highest paid Winter Olympians. Forbes says the two.";
arnews[4] += "
";
arnews[5]="Shaun White Winter Olympics 2010 | London Olympics 2012 Games ...
";
arnews[5] += "Shaun White is one of the most amazing sports stars in the world today. An X Games double threat with medals in both snowboarding and skateboarding, as well as a gold medal from the 2006 Winter Olympics, Shaun's got insane skills and ...";
arnews[5] += "
";
arnews[6]="2/10: Links and numbers « The Jungle
";
arnews[6] += "Mr. Haubs also compares Ricky Rubio to current NBA point guards Jason Kidd, Steve Nash, Chris Paul, Rajon Rondo and Derrick Rose. 8. Shaun White practices on his own private half pipe. I can't wait to see him in Vancouver. ...";
arnews[6] += "
";
arnews[7]="Shaun White Pays For Woman's Beard Transplant | Learn-HowTo.com ...
";
arnews[7] += "CONTEST INFO VIDEO: http://bit.ly/7XTBlz Find out if Max and Mike are the sickest bros.";
arnews[7] += "
";
arnews[8]="Olympics Spell Opportunity for Brands « Men'S « Fragrances Boutique
";
arnews[8] += "For the Olympics, brands are putting their prestige and cash behind gold medal contenders, such as snowboarder Shaun White and skier Lindsey Vonn.";
arnews[8] += "
";
arnews[9]="The Tomato, figure-skating queen, top Forbes list — sbrconference.com
";
arnews[9] += "Shaun White, the top U.S. snowboarder, and South Korean figure skater Kim Yu-na both earned $8 million last year, leading all athletes for the Winter games, according to Forbes magazine. The list excluded all salaried professional ...";
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("