var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Figure skating still seeking balance of art, sport
"; arnews[0] += "Rachael Flatt's free skate would have the best athletes in any sport gasping for air, their leg muscles spasming in pain."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:00:27 GMT"; arnews[0] += "
"; arnews[1]="Holland, Mancuso, Weir's karaoke revolution
"; arnews[1] += "\"For me it's more about the moves and the stage presence. You know, I'm really working on my voice...\" -- Julia Mancuso \"This is me, and I rock this look.\" -- Johnny Weir Snowboard cross racer Nate Holland sings Bon Jovi, \"Dead or Alive.\" Notice a theme here? Three prominent U.S. athletes singing karaoke, and all three go out of their way to ..."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:55:03 GMT"; arnews[1] += "
"; arnews[2]="Today's Olympic previews: Curling, figure skating
"; arnews[2] += "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[2] += "
Publ.Date : Wed, 10 Feb 2010 06:00:00 GMT"; arnews[2] += "
"; arnews[3]="Let it snow: But not in Vancouver
"; arnews[3] += "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[3] += "
Publ.Date : Wed, 10 Feb 2010 05:51:46 GMT"; arnews[3] += "
"; arnews[4]="Toyota Prius Recall Extended Worldwide
"; arnews[4] += "Animal rights groups can leave Johnny Weir alone now. Weir will replace the fox on his costume with faux fur after receiving \"hate mail and death threats\" from animal rights activists, agent Tara Modlin said Thursday."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 05:00:00 GMT"; arnews[4] += "
"; arnews[5]="Figure Skating: The Olympics' Broken Sport
"; arnews[5] += "Mirai Nagasu's performance at the U.S. Figure Skating Championships in January electrified the crowd, but it wasn't enough to win first place."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 03:45:00 GMT"; arnews[5] += "
"; totcount = 6; 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("
");