var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Meissner jumps to silver
"; arnews[0] += "One night after a sublime performance at Skate America that brought the house down and vaulted her into first place, Japanese teen figure skating sensation Mao Asada proved beatable."; arnews[0] += "
Publ.Date : Sun, 29 Oct 2006 07:00:00 GMT"; arnews[0] += "
"; arnews[1]="Haven't we done this dance before?
"; arnews[1] += "Rewind the tape. Dust off the year-old photos. Twelve months pass, ice dancing's whole world turns over, skaters throw out their old programs and build and refine new ones, costumes change, a blonde becomes a brunette because, evidently, a girl just can't dance the flamenco with golden locks ? But at the end of it all, the same six people stand on ..."; arnews[1] += "
Publ.Date : Thu, 29 Oct 2009 08:28:09 GMT"; arnews[1] += "
"; arnews[2]="Canadian ice dancers open lead at world championships
"; arnews[2] += "Marie-France Dubreuila s rhumba dress looked as though shea d been dipped in a dazzling, Day-Glo green."; arnews[2] += "
Publ.Date : Tue, 20 Mar 2007 07:00:00 GMT"; arnews[2] += "
"; arnews[3]="Canadian ice dancers sizzle at world championships
"; arnews[3] += "Marie-France Dubreuila s rhumba dress looked as though shea d been dipped in a dazzling, Day-Glo green."; arnews[3] += "
Publ.Date : Tue, 20 Mar 2007 07:00:00 GMT"; arnews[3] += "
"; arnews[4]="Meissner jumps to silver
"; arnews[4] += "One night after a sublime performance at Skate America that brought the house down and vaulted her into first place, Japanese teen figure skating sensation Mao Asada proved beatable."; arnews[4] += "
Publ.Date : Sun, 29 Oct 2006 07:00:00 GMT"; arnews[4] += "
"; arnews[5]="Meissner finishes 3rd in Paris
"; arnews[5] += "South Korean teenager Kim Yu Na held off American world champion Kimmie Meissner of Bel Air to win the women's event yesterday at the Trophee Bompard in Paris."; arnews[5] += "
Publ.Date : Sun, 19 Nov 2006 08:00: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("
");