var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Spezza leads Senators past Flames
";
arnews[0] += "Jason Spezza scored his 10th goal in his last 10 games late in the second period to send the Ottawa Senators to a 3-2 victory over the Calgary Flames in the NHL on Tuesday.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:56:49 GMT";
arnews[0] += "
";
arnews[1]="Cardinals shut down Mustangs
";
arnews[1] += "Bloomfield held Grand Valley's leading scorer, A.J. Henson, to seven points, and the Cardinals had three players score at least 13 points as the Cardionals defeated the Mustangs, 69-56, in a Northeastern Athletic Conference, West Division victory.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:27:14 GMT";
arnews[1] += "
";
arnews[2]="National Hockey League Game Capsules
";
arnews[2] += "David Krejci netted the winner in the fourth round of the shootout as Boston clipped Buffalo, 3-2, at HSBC Arena.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:59:28 GMT";
arnews[2] += "
";
arnews[3]="Recap: Buffalo vs. Boston
";
arnews[3] += "David Krejci netted the winner in the fourth round of the shootout as Boston clipped Buffalo, 3-2, at HSBC Arena.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 05:59:28 GMT";
arnews[3] += "
";
arnews[4]="Spezza leads Senators past Flames
";
arnews[4] += "Jason Spezza scored his 10th goal in his last 10 games late in the second period to send the Ottawa Senators to a 3-2 victory over the Calgary Flames on Tuesday night.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 05:59:08 GMT";
arnews[4] += "
";
totcount = 5;
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("