var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Michelle Kwan
";
arnews[0] += "Michelle Kwan";
arnews[0] += "
Publ.Date : Thu, 17 Sep 2009 07:17:07 GMT";
arnews[0] += "
";
arnews[1]="Michelle Kwan - 1997 Worlds LP - Taj Mahal
";
arnews[1] += "Michelle Kwan - 1997 Worlds LP - Taj Mahal";
arnews[1] += "
Publ.Date : Tue, 18 Aug 2009 11:59:05 GMT";
arnews[1] += "
";
document.title=document.title+ " ";
arnews[2]="Michelle Kwan ICE ALL STARS Winter song
";
arnews[2] += "Michelle Kwan ICE ALL STARS Winter song";
arnews[2] += "
Publ.Date : Fri, 14 Aug 2009 13:42:46 GMT";
arnews[2] += "
";
arnews[3]="Ice All Stars - Yuna Kim interview about Michelle Kwan And Rehearsal [4] By Spot TV
";
arnews[3] += "Ice All Stars - Rehearsal www.iceallstars.co.kr twitter.com ... 김연아 연아 아이스쇼 올스타즈 리허설 미셸 콴 미쉘 아담 리폰 스테판 랑비엘 일리야...";
arnews[3] += "
Publ.Date : Wed, 12 Aug 2009 15:24:43 GMT";
arnews[3] += "
";
arnews[4]="Michelle Kwan Hangs Up Ice Skates
";
arnews[4] += "The 29-year-old ice skating champ wants to go to graduate school at Tufts University. Juan Fernandez reports.";
arnews[4] += "
Publ.Date : Sat, 01 Aug 2009 00:42:18 GMT";
arnews[4] += "
";
arnews[5]="Ex-skate Champ Bobek Faces Meth Charge
";
arnews[5] += "Former U.S. figure skating champion Nicole Bobek would never do anything criminal, the skater's mother said Wednesday, two days after her 31-year-old daughter was released from...";
arnews[5] += "
Publ.Date : Wed, 08 Jul 2009 20:24:32 GMT";
arnews[5] += "
";
arnews[6]="Michelle Kwan * US Figure Skating Champion
";
arnews[6] += "Michelle Kwan * US Figure Skating";
arnews[6] += "
Publ.Date : Mon, 02 Mar 2009 20:15:19 GMT";
arnews[6] += "
";
arnews[7]="Kwan Qualifies For Torino
";
arnews[7] += "After performing for a five-person monitoring committee, figure skater Michelle Kwan has qualified to go to the winter Olympics in Torino, Italy, as a member of the women's figure...";
arnews[7] += "
Publ.Date : Tue, 12 Feb 2008 19:49:56 GMT";
arnews[7] += "
";
arnews[8]="Michelle Kwan - Greensleeves
";
arnews[8] += "slideshow";
arnews[8] += "
Publ.Date : Mon, 18 Sep 2006 17:53:50 GMT";
arnews[8] += "
";
arnews[9]="Michelle Kwan 2004 Nationals Long Program - "Tosca"
";
arnews[9] += "This is Michelle Kwan's performance of \"Tosca\" at the 2004 US Figure Skating Championships.";
arnews[9] += "
Publ.Date : Sun, 08 Jan 2006 11:04:46 GMT";
arnews[9] += "
";
totcount = 10;
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("