var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Death Proof
";
arnews[0] += "Quentin Tarantino has earned his name, Total Film named him the 12th greatest director of all time.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:15:34 GMT";
arnews[0] += "
";
arnews[1]="NHL Roundup: Senators slip past Penguins, 6-2
";
arnews[1] += "Chris Phillips scored twice in his 800th regular-season game and Pascal Leclaire made 25 saves for Ottawa in a 6-2 win over Pittsburgh.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 20:29:04 GMT";
arnews[1] += "
";
arnews[2]="Jackets show Dallas the stars
";
arnews[2] += "Ottawa Senators' Chris Neil fights with Pittsburgh Penguins' Eric Goddard during the third period of their NHL game in Ottawa on Thursday.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 19:55:12 GMT";
arnews[2] += "
";
arnews[3]="NHL : Blue Jackets deal Turco a loss
";
arnews[3] += "LET S GET PHYSICAL: Dallas responded well to what Columbus coach Ken Hitchcock called a physical start, prevailing after 52 minutes of penalty time REUTERS AND AP , DALLAS AND CALGARY, CANADA Saturday, Nov 21, 2009, Page 19 Columbus Blue Jackets right wing Jared Boll, top, fights with Krystofer Barch of the Dallas Stars in the first period in ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 16:46:07 GMT";
arnews[3] += "
";
arnews[4]="NHL Roundup: Blackhawks Rout Flames
";
arnews[4] += "The Blackhawks beat the Flames in six games last season in the playoffs, ending the series with a 4-1 victory in Calgary.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 15:22:09 GMT";
arnews[4] += "
";
arnews[5]="Flames struggle on power play
";
arnews[5] += "Kris Versteeg scored two power-play goals in Chicago`s five-goal second period to help the Blackhawks rout the Calgary Flames 7-1 on Thursday in a rematch of a first-round playoff series.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 07:56:29 GMT";
arnews[5] += "
";
arnews[6]="Game Day: Chicago at Calgary
";
arnews[6] += "Calgary Flames Miikka Kiprusoff gives up the game-winning goal to the Chicago Blackhawks during overtime in their NHL hockey game in Chicago on Oct.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 02:52:48 GMT";
arnews[6] += "
";
arnews[7]="Bowman's hard work just starting
";
arnews[7] += "This was supposed to be the easy part. The Blackhawks knew they needed to sign the big three sometime this season, and new contracts are likely for Jonathan Toews, Patrick Kane and Duncan Keith sometime in the next few weeks.";
arnews[7] += "
Publ.Date : Wed, 18 Nov 2009 07:50:42 GMT";
arnews[7] += "
";
arnews[8]="It won't be easy to keep Hawks together
";
arnews[8] += "As soon as the Blackhawks sign Jonathan Toews, Duncan Keith and Patrick Kane to contract extensions - and it could happen any day - it will restart the debate over how much of this roster general manager Stan Bowman can keep together into 2010-11 season.";
arnews[8] += "
Publ.Date : Wed, 18 Nov 2009 07:45: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("