var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Nancy Kerrigan performs at Kaleidoscope in Washington - United Press International
"; arnews[0] += "Olympic skating medalist Nancy Kerrigan performs during a practice for Kaleidoscope at the Verizon Center in Washington on November 16, 2009. Kaleidoscope is a holiday variety special featuring Olympic skating champions and Grammy Award-winning ..."; arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT"; arnews[0] += "
"; arnews[1]="Nancy Kerrigan to Skate at Greensboro Holiday Concert - My Fox 8
"; arnews[1] += "Olympic silver medalists Nancy Kerrigan and Paul Wylie will lace up their skates to perform with the Greensboro Symphony Orchestra at the annual Sealy/FOX8 Holiday Concert in Greensboro on Dec. 18. Kerrigan won the silver medal in the 1994 Olympics ..."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 20:14:00 GMT"; arnews[1] += "
"; arnews[2]="Scott Hamilton Date Nov. 26 (VIDEO) 'Kaleidoscope' Marks Return To Ice ... - Post Chronicle
"; arnews[2] += "Scott Hamilton Date Nov. 26: Ice skating legend Scott Hamilton will return to the ice for the first time since he was diagnosed with a brain tumor. Hamilton, 51, and fellow Olympic winner Dorothy Hamill, 53, want people to be \"entertained and ..."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 15:57:00 GMT"; arnews[2] += "
"; arnews[3]="Scott Hamilton Back On Ice (Video) 'Kaleidoscope' Thanksgiving Special - Post Chronicle
"; arnews[3] += "Ice skating legend Scott Hamilton will return to the ice for the first time since he was diagnosed with a brain tumor. Hamilton, 51, and fellow Olympic winner Dorothy Hamill, 53, want people to be \"entertained and inspired\" when the duo take to the ..."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 16:47:00 GMT"; arnews[3] += "
"; arnews[4]="Electra's steamy tape, Hamilton back on ice - HamptonRoads.com
"; arnews[4] += "Also skating will be Kristi Yamaguchi and Nancy Kerrigan. (myfoxny.com)"; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 15:50:00 GMT"; arnews[4] += "
"; arnews[5]="Greensboro College must forfeit two football games - Greensboro News & Record
"; arnews[5] += "Greensboro College's first winning football season is no more. The NCAA told the school it must forfeit two wins because an ineligible student played. The Pride's win over Guilford College and its victory at Washington & Lee are now losses by forfeit ..."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 07: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("
");document.write("
");