var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="U.S. Skier Vonn, Dad Have Icy Relationship
"; arnews[0] += "The Vancouver Olympics are shaping up to be Lindsey Vonn's shining moment, the apex of a career that began years ago when her father introduced her to skiing."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:27:47 GMT"; arnews[0] += "
"; arnews[1]="Vonn, top US skier, distant from the father who introduced her to the sport
"; arnews[1] += "In this Jan. 22, 2010, file photo, Lindsey Vonn of the United States, takes a curve on her way to winining an Women's World Cup super-G ski race, in Cortina d'Ampezzo, Italy."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:58:12 GMT"; arnews[1] += "
"; arnews[2]="Americans to Watch at the Winter Games
"; arnews[2] += "From Lindsey Vonn and Shaun White to Bode Miller and Apolo Ohno, meet the U.S. Olympians set to medal in Vancouver."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:49:22 GMT"; arnews[2] += "
"; arnews[3]="Organizers can't wait for first Canadian gold
"; arnews[3] += "Just like most of the entire country, Vancouver organizers are waiting for the moment when Canada finally wins its first Olympic gold medal on home soil."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:49:59 GMT"; arnews[3] += "
"; arnews[4]="As Ligety, Mancuso proved, upsets happen in skiing
"; arnews[4] += "This was one wager U.S. Alpine racer Julia Mancuso's ski technician was all too willing to lose, even if it involved a little public embarrassment."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 21:18:00 GMT"; arnews[4] += "
"; arnews[5]="2010 Winter Olympics: 10 athletes who already have crossover fame
"; arnews[5] += "The Winter Olympics will undoubtedly create a few new stars, just like they do every four years."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 21:00:57 GMT"; arnews[5] += "
"; arnews[6]="Riding a Hurricane, Peterson Finds a Safe Landing
"; arnews[6] += "Jeret Peterson has been inconsistent this winter, but he has won some competitions, including the recent United States Olympic trials."; arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 20:59:19 GMT"; arnews[6] += "
"; totcount = 7; 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("
");