var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Flashpoint triumphs at Gemini gala
";
arnews[0] += "The producers and stars of Flashpoint pose with the Gemini for best drama series in Calgary on Saturday Canada's Gemini Awards touched down in Calgary on Saturday night, with the slick Toronto-set cop drama Flashpoint the evening's big winner.";
arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 04:35:09 GMT";
arnews[0] += "
";
arnews[1]="Game Day: Flames at Stars
";
arnews[1] += "Calgary Flames forward Andre Roy hits Dallas Stars defenceman Trevor Daley during the second period of their NHL hockey game in Calgary, Alberta, March 18, 2009.";
arnews[1] += "
Publ.Date : Wed, 04 Nov 2009 18:50:04 GMT";
arnews[1] += "
";
arnews[2]="Avalanche storm back to beat Flames
";
arnews[2] += "Calgary Flames forward Eric Nystrom goes flying after being checked by Colorado Avalanche defencemen Kyle Quincey during the third period of their NHL hockey game in Calgary.";
arnews[2] += "
Publ.Date : Thu, 29 Oct 2009 07:26:28 GMT";
arnews[2] += "
";
arnews[3]="Game Day: Vancouver
";
arnews[3] += "A linesman tries to break up a fight between Calgary Flames forward Olli Jokinen and Vancouver Canucks defencemen Kevin Bieksa during the first period of their NHL hockey game in Calgary, Alberta, October 1, 2009.";
arnews[3] += "
Publ.Date : Fri, 16 Oct 2009 20:18:37 GMT";
arnews[3] += "
";
arnews[4]="Gresley held in Olympic gains
";
arnews[4] += "GRESLEY FC failed find a way past Radcliffe Olympic for the second time this season, as Saturday's game at the Moat Ground again ended in a 1-1 draw.";
arnews[4] += "
Publ.Date : Sun, 11 Oct 2009 23:11:17 GMT";
arnews[4] += "
";
arnews[5]="Flames beat Canucks
";
arnews[5] += "Vancouver Canucks defenseman Alexander Edler hits Calgary Flames forward Nigel Dawes against the boards during the first period of their NHL hockey game in Calgary, Alberta October 1, 2009.";
arnews[5] += "
Publ.Date : Fri, 02 Oct 2009 16:33:30 GMT";
arnews[5] += "
";
arnews[6]="Flames hang on to beat Canucks
";
arnews[6] += "Vancouver Canucks defenseman Alexander Edler hits Calgary Flames forward Nigel Dawes against the boards during the first period of their NHL hockey game in Calgary, Alberta October 1, 2009.";
arnews[6] += "
Publ.Date : Fri, 02 Oct 2009 12:29:55 GMT";
arnews[6] += "
";
arnews[7]="From first to worst in a single game
";
arnews[7] += "Henrik Sedin ropes in Flames forward Olli Jokinen during Vancouver's loss to open the season in Calgary's Pengrowth Saddledome Thursday night.";
arnews[7] += "
Publ.Date : Fri, 02 Oct 2009 12:02:05 GMT";
arnews[7] += "
";
arnews[8]="Canucks scrapper Glass exceeds expectations
";
arnews[8] += "Vancouver Canucks forward Tanner Glass fights Calgary Flames defenseman Adam Pardy during the first period of their NHL hockey game in Calgary Sept.";
arnews[8] += "
Publ.Date : Sun, 27 Sep 2009 06:33:01 GMT";
arnews[8] += "
";
totcount = 9;
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("