var arnews = new Array(7);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="On the comeback trail - Emily Hughes - Examiner
";
arnews[0] += "Get alerts when there is a new article from the Figure Skating Examiner. Read Examiner.com's terms of use. After a hip injury and an ankle injury, she took time off from competition and started college at Harvard. Early last month, Hughes announced ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:13:00 GMT";
arnews[0] += "
";
arnews[1]="Emily Hughes sets sights on Olympics after making figure skating ... - New York Daily News
";
arnews[1] += "Emily Hughes' last minute comeback performance didn't go exactly as planned, but the 20-year-old remains optimistic for the 2010 U.S. Olympics. LAKE PLACID - She popped her first triple lutz Saturday night and under-rotated a triple flip. This was ...";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT";
arnews[1] += "
";
arnews[2]="Skate America Results - ESPN.com
";
arnews[2] += "At Lake Placid, N.Y. 2. Kim Yu-na, South Korea, 111.70. 3. Julia Sebestyen, Hungary, 100.49. 4. Elena Glebova, Estonia, 96.43. 5. Fumie Suguri, Japan, 92.95. 6. Elene Gedevanishvili, Georgia, 92.01. 7. Emily Hughes, Great Neck, N.Y., 89.99. 8. Sarah ...";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 23:40:00 GMT";
arnews[2] += "
";
arnews[3]="Cohen bows out of Skate America with tendinitis - Oregonian
";
arnews[3] += "Cohen will be replaced by 2006 Olympian Emily Hughes at Skate America, which begins Friday in Lake Placid, New York. Cohen's withdrawal is a blow for event organizers and U.S. skating. Though she hasn't skated competitively in three years, Cohen is ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 14:56:00 GMT";
arnews[3] += "
";
arnews[4]="South Korea's Kim Yu-Na falls, falters, but still manages victory at ... - New York Daily News
";
arnews[4] += "... former silver medalist Brian Orser from Canada . \"It wasn't all at once. I've been sitting back, watching how she handles it. She knows it's going to be there.\" Meanwhile yesterday, Emily Hughes performed better in her free skate than in the ...";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[4] += "
";
arnews[5]="Kim Shaky in Free Skate, but Still Wins - New York Times
";
arnews[5] += "LAKE PLACID, N.Y. — Just before Kim Yu-na of South Korea began her long program at Skate America, she stopped to adjust the shoelaces on her left boot. Kim Yu-na was second in the long program, but had enough of a cushion to take the Skate America ...";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 23:55: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("