var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Irmen's debut was no quick leap
";
arnews[0] += "I always liked him for the Gophers. He probably should've stayed for his Senior year but oh well.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:53:47 GMT";
arnews[0] += "
";
arnews[1]="Cox: Clock ticking on Wilson
";
arnews[1] += "So, if the next 10 games don't go well for Ron Wilson's club and the Maple Leafs are in the market for a new coach, who's available? Here are five notable bench bosses out there: WAYNE GRETZKY Coyotes sale meant abrupt resignation after four seasons in Phoenix.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 12:56:45 GMT";
arnews[1] += "
";
arnews[2]="San Jose Sharks: Does a Stanley Cup Make Doug Wilson the Best GM Ever?
";
arnews[2] += "The San Jose Sharks are currently known as playoff \"chokers\" by the majority of NHL fans.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 11:00:37 GMT";
arnews[2] += "
";
arnews[3]="Penguins provide good benchmark
";
arnews[3] += "The Thrashers will get an indication of how far they've come as a Hockey team Saturday.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 09:30:09 GMT";
arnews[3] += "
";
arnews[4]="Senators triumph, off to Stanley Cup final
";
arnews[4] += "For the first time in modern franchise history, the Ottawa Senators are going to the Stanley Cup final after kicking the Buffalo Sabres aside with a 3-2 victory in overtime today in Buffalo, N.Y. Senators captain Daniel Alfredsson scored 9:32 into the extra period to send Ottawa to the final.";
arnews[4] += "
Publ.Date : Sat, 19 May 2007 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Alexander Frolov knows Kings need him to shoot more
";
arnews[5] += "Wayne Gretzky once said, \"One hundred percent of the shots you don't take don't go in,\" and in a game that featured 39 shots by the Kings on Wednesday, Alexander Frolov nearly gave himself a 100% chance of not scoring.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 05:05: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("