var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Olympic skate veterans pass along valuable lessons
"; arnews[0] += "Skate Canada, the governing body for figure skating in this country, has pulled out all the stops to prepare its athletes for the pressure cooker that will be the Vancouver Olympics."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 11:30:49 GMT"; arnews[0] += "
"; arnews[1]="Back to the ice age
"; arnews[1] += "Skate Canada CEO William Thompson believes that figure skating is heading into another golden age."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 09:46:43 GMT"; arnews[1] += "
"; arnews[2]="Tree
"; arnews[2] += "Familial bonds are seen as the roots of our spiritual essence as we strive to come to terms with self-identity and our emotional needs in Julie Hebert's hauntingly lovely new play, a seamless blend of lyrical reverie and kitchen-sink drama."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 03:10:48 GMT"; arnews[2] += "
"; arnews[3]="Figure skating clears it's record
"; arnews[3] += "Skate Canada CEO William Thompson believes that figure skating is heading into another golden age."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 01:37:32 GMT"; arnews[3] += "
"; arnews[4]="Canadian skaters shine on world stage
"; arnews[4] += "Patrick Chan slept in Sunday and was late for a scheduled photo session with Canada's other world figure skating medallists."; arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 14:07:47 GMT"; arnews[4] += "
"; arnews[5]="Bonds Finishes Fifth At Midwest Regionals; Punches Ticket To Terre Haute
"; arnews[5] += "14 in Springfield, Mo. As one of the top four finishers not on a nationals' qualifying team, Bonds will get the chance to compete in Terre Haute, Ind."; arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 02:12:42 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("
");