var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Skate America Results - ESPN.com
"; arnews[0] += "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[0] += "
Publ.Date : Sun, 15 Nov 2009 23:40:00 GMT"; arnews[0] += "
"; arnews[1]="Skate Canada: What to expect - Universal Sports
"; arnews[1] += "Suzuki has emerged this season as compatriots Mao Asada, Fumie Suguri and Yukari Nakano have either struggled or underwhelmed. Suzuki's win in China places her on the list of ladies eligible to make the Grand Prix Final. Rochette can - and should ..."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 15:21:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");