var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Conversations at KCTS 9: Apolo Anton Ohno
";
arnews[0] += "From Olympic medals to the championship on Dancing with the Stars, when Seattle skater Apolo Anton Ohno sets his sight on something, watch out! Now in training for the 2010...";
arnews[0] += "
Publ.Date : Mon, 09 Nov 2009 20:42:00 GMT";
arnews[0] += "
";
arnews[1]="Coffee With: Apolo Anton Ohno
";
arnews[1] += "Marty Bass and Don Scott talked to Apolo Anton Ohno about skating and fans winning tickets to the Olympics by tweeting.";
arnews[1] += "
Publ.Date : Wed, 04 Nov 2009 12:17:19 GMT";
arnews[1] += "
";
arnews[2]="Apolo Anton Ohno Returns to the Dance Floor
";
arnews[2] += "Bank of America announced the launch of its new Bank the Way You Live⢠online banking microsite, where in one place, customers can find the freedom and control to manage their...";
arnews[2] += "
Publ.Date : Tue, 27 Nov 2007 22:15:26 GMT";
arnews[2] += "
";
arnews[3]="Apolo Anton Ohno Returns to the Dance Floor
";
arnews[3] += "Bank of America announced the launch of its new Bank the Way You Live online banking microsite, where in one place, customers can find the freedom and control to manage their...";
arnews[3] += "
Publ.Date : Tue, 27 Nov 2007 14:15:26 GMT";
arnews[3] += "
";
arnews[4]="Apolo Anton Ohno Returns to the Dance Floor
";
arnews[4] += "Bank of America announced the launch of its new Bank the Way you Live online banking microsite bankofamerica.com/anywhere, where in one place, customers with on-the-go lifestyles...";
arnews[4] += "
Publ.Date : Tue, 27 Nov 2007 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Apolo Ohno wins the speed skating 500m short track
";
arnews[5] += "American Apolo Anton Ohno wins gold on the 500 meter short track in Gangneung, Korea.";
arnews[5] += "
Publ.Date : Wed, 04 Jul 2007 00:00:00 GMT";
arnews[5] += "
";
arnews[6]="Apolo Anton Ohno & Julianne - Freestyle (Full Clip)
";
arnews[6] += "Apolo and Julianne Hough perform a Freestyle routine on DWtS. Includes the judges scores and backstage interview.";
arnews[6] += "
Publ.Date : Tue, 22 May 2007 06:27:38 GMT";
arnews[6] += "
";
arnews[7]="Apolo Anton Ohno & Julianne - Rumba (Full Clip)
";
arnews[7] += "Apolo and Julianne Hough perform the Rumba on DWtS to \"Cool\" by Gwen Stefani. Includes the rehearsal footage, judges comments, and backstage interview.";
arnews[7] += "
Publ.Date : Tue, 24 Apr 2007 08:54:40 GMT";
arnews[7] += "
";
document.title=document.title+ " ";
arnews[8]="Apolo Anton Ohno & Julianne - Samba (Full Clip)
";
arnews[8] += "Apolo and Julianne Hough perform the Samba on DWtS. Includes the rehearsal footage, judges comments, and backstage interview.";
arnews[8] += "
Publ.Date : Tue, 17 Apr 2007 16:32:12 GMT";
arnews[8] += "
";
arnews[9]="Skating on Thin Ice: The Legend of Apolo Anton Ohno
";
arnews[9] += "A mockumentary about the tragic story of Olympic Speed Skating Gold medalist Apolo Anton Ohno and his sudden rise to and fall from fame. Produced by Hello...Shovelhead! Sketch...";
arnews[9] += "
Publ.Date : Mon, 01 Jan 2007 08:00:00 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("