var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Figure skating needs more scandals -- Jamie Sale - BusinessWorld Online
"; arnews[0] += "VANCOUVER -- Judging controversies and a baffling scoring system have left figure skating struggling to pull in the fans, and Olympic champion Jamie Sale believes there is one good way to regain its popularity -- more scandals. \"We need some fights ..."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:00:00 GMT"; arnews[0] += "
"; arnews[1]="I don't buy Plushenko spin, says Sale - Reuters India
"; arnews[1] += "VANCOUVER (Reuters) - Yevgeny Plushenko owns a sackfull of gold medals and is the man all figure skating fans want to see at the Vancouver Games yet Olympic champion Jamie Sale believes there is more hype than substance to the Russian. Plushenko had ..."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:41:00 GMT"; arnews[1] += "
"; arnews[2]="Figure skating-I don't buy Plushenko spin, says Sale - The Guardian
"; arnews[2] += "VANCOUVER, Feb 9 (Reuters) - Yevgeny Plushenko owns a sackfull of gold medals and is the man all figure skating fans want to see at the Vancouver Games yet Olympic champion Jamie Sale believes there is more hype than substance to the Russian ..."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:41:00 GMT"; arnews[2] += "
"; arnews[3]="Canada's figure skaters look to keep medal streak alive - The Vancouver Sun
"; arnews[3] += "VANCOUVER — It is modest and respectable, the quintessential Canadian streak. For seven consecutive Winter Olympics, figure skaters have come up with at least one medal, 10 in total since 1984. That’s exactly half of Canada’s historical haul in ..."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 22:55:00 GMT"; arnews[3] += "
"; arnews[4]="Solving a mystery - Sioux City Journal
"; arnews[4] += "While watching the first two episodes of the final season of “Lost,” I couldn’t help but think of something Morningside College women’s basketball coach Jamie Sale told me last week. Sale, the reigning NAIA Division II Coach of the Year ..."; arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 23:02:00 GMT"; arnews[4] += "
"; arnews[5]="Ex-Oiler wins Blades - The Chronicle Herald
"; arnews[5] += "Craig Simpson (left) and Jamie Sale pose with the trophy after winning the final of the CBC Television reality series 'Battle of the Blades' in Toronto on Monday. (CHRIS YOUNG / The Canadian Press) TORONTO — Two-time Stanley Cup winner Craig ..."; arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 10:37: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("
");