var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Winter of our content: Fun Olympic movies
"; arnews[0] += "\"Miracle\" with Kurt Russell as the late U.S. hockey coach Herb Brooks. Here are some movies to get you into the mood for the Winter Olympics, which begin Friday in Vancouver, B.C. Cool Runnings : Based on the true story of the Jamaican Bobsled team in the 1988 Calgary Games."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 06:17:41 GMT"; arnews[0] += "
"; arnews[1]="Scott Hamilton: The 5 most memorable Olympic figure skating falls
"; arnews[1] += "Each day this week leading up to the opening of the Winter Olympics , PopWatch on Ice presents a Top 5 list from Scott Hamilton, the 1984 men's figure skating gold medalist who heads to Vancouver to call his sixth Games."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 15:47:39 GMT"; arnews[1] += "
"; arnews[2]="Get in mood for Olympics
"; arnews[2] += "Here are some movies to get you into the mood for the Winter Olympics, which begin Friday in Vancouver, British Columbia."; arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 09:10:22 GMT"; arnews[2] += "
"; arnews[3]="Rob Halford, Paul di'Anno To Present At Pollstar Concert Industry Awards
"; arnews[3] += "Rob Halford , Paul Di'Anno and FREE REIGN are among the scheduled presenters at the 21st Pollstar Concert Industry Awards , which will be held on February 17, 2010 at the Nokia Theatre L.A. Live in Los Angeles, California."; arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 20:22:38 GMT"; arnews[3] += "
"; arnews[4]="Ice Time Sato's commitment earns Hall of Fame nomination
"; arnews[4] += "In a development that hasn't even been acknowledged by the Japanese media, longtime coach Nobuo Sato was quietly nominated for the World Figure Skating Hall of Fame earlier this month."; arnews[4] += "
Publ.Date : Sun, 31 Jan 2010 00:52:08 GMT"; arnews[4] += "
"; arnews[5]="Figure skater adapts to desert
"; arnews[5] += "He has been a colossus in the ice skating world, and last week he was so honored."; arnews[5] += "
Publ.Date : Mon, 25 Jan 2010 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("
");