var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Nation's Olympic hopes rest on Canadian hockey team
"; arnews[0] += "VANCOUVER - The year before the 1968 Olympics , alpine skier Jean-Claude Killy was virtually unbeatable, winning 12 of 17 World Cup races and turning into the athlete upon whom his country's hopes rested at the home Winter Games in Grenoble, France."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:46:39 GMT"; arnews[0] += "
"; arnews[1]="Manny Osborne-Paradis: 'It's just a race - a huge race, but just a race'
"; arnews[1] += "Manny Osborne- Paradis will not look down from the chair lift as he rises up to the start of the Olympic men's downhill in Whistler this Saturday lunchtime."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 00:11:48 GMT"; arnews[1] += "
"; arnews[2]="Liu to warm up for Doha at indoor meet
"; arnews[2] += "THE Chinese Athletics Association has scheduled a one-off 60 meters hurdles competition in Shanghai on February 26 to enable Chinese hurdler Liu Xiang prepare for his awaited clash with Cuban Dayron Robles at the World Indoor Championship in Doha next month."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 19:12:43 GMT"; arnews[2] += "
"; arnews[3]="Best of Peking Opera at Forbidden City
"; arnews[3] += "Forty-eight-year-old teacher Zhu Zhiliang goes to the Forbidden City Concert Hall every Spring Festival to watch a Peking Opera performance."; arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 18:16:00 GMT"; arnews[3] += "
"; arnews[4]="We do not claim a cent of Li or Zheng's prizemoney: says Sun
"; arnews[4] += "China's tennis chief, Sun Jinfang, said the Chinese Tennis Association did not make a cent from Australian Open semifinalists Li Na and Zheng Jie and the other self-managed players and used their contributions to support the nation's youth players."; arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 10:51:26 GMT"; arnews[4] += "
"; arnews[5]="Robles wins first race on comeback
"; arnews[5] += "Cuban 110m Olympic hurdles champion Dayron Robles competes in the 60 meters hurdles against Shamar Sands of the Bahamas at the PSD Bank indoor athletics meet in Duesseldorf, Germany, on Wednesday."; arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 19:57:54 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("
");