var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Duo driven by gold rush
"; arnews[0] += "Chicago native Ben Agosto and Tanith Belbin ended a 30-year U.S. Olympic ice-dancing medal drought when they won silver at Turin in 2006."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:26:32 GMT"; arnews[0] += "
"; arnews[1]="Vancouver Olympics: figure skating
"; arnews[1] += "Best of the U.S.: One of strongest U.S. men's team's ever, with 2006 veterans Evan Lysacek and Johnny Weir, who finished fourth and fifth in Turin, and Jeremy Abbott, winner of last two U.S. titles."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 09:13:12 GMT"; arnews[1] += "
"; arnews[2]="Who to look for at Winter Olympics
"; arnews[2] += "Americans have always felt entitled to a female figure skating champion. They've had seven of the last 14 Olympic gold-medalists. In the past 11 Olympics, they've never done worse than bronze; TV ratings have soared."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="In Aston, an unlikely capital of ice dancing
"; arnews[3] += "Italy's Federica Faiella and Massimo Scali skate their routine before the watchful eye of Gennadi Karponossov, who left Russia after having won an Olympic gold medal in 1980."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 22:09:50 GMT"; arnews[3] += "
"; arnews[4]="Today's Olympic previews: Curling, figure skating
"; arnews[4] += "Canada led the three-year Olympic qualifying cycle for both men and women , but for the second time in a row there was an upset at the Canadian women's team trials as a team led by Cheryl Bernard, whose best finish was second at the 1996 national championships, upset 2006 Olympic bronze medalist Shannon Kleibrink."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 06:00:00 GMT"; arnews[4] += "
"; arnews[5]="Let it snow: But not in Vancouver
"; arnews[5] += "VANCOUVER, British Columbia -- Well, I'm here -- kinda wishing that some of the heavy snow that's due to hit the Detroit area in the overnight hours would travel three times zones this way."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 05:51:46 GMT"; arnews[5] += "
"; arnews[6]="Vancouver Resorts to Operation Jumbo Drop for Its Snow Deficit
"; arnews[6] += "The Vancouver Airport is starting to regret its decision about installing snow-powered lights for the Olympic rings."; arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 00:09:00 GMT"; arnews[6] += "
"; arnews[7]="Best and worst of Olympic fashion
"; arnews[7] += "As the Vancouver Games approach, let's take a look at great moments in Olympic fashions."; arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 00:59:33 GMT"; arnews[7] += "
"; arnews[8]="U.S. ice dancing team Belbin and Agosto remade and ready for Vancouver
"; arnews[8] += "In the spring of 2008, while America was lurching toward change, Tanith Belbin and Ben Agosto were doing the same."; arnews[8] += "
Publ.Date : Tue, 09 Feb 2010 21:21:36 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("
");