var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Portland 106, Minnesota 78: McMillan hands reins back to Roy
";
arnews[0] += "It was get-well night at the Rose Garden on Saturday, when Minnesota -- the NBA's elixir for what ails you -- arrived to temporarily remedy what's wrong with the Trail Blazers.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:26:53 GMT";
arnews[0] += "
";
arnews[1]="NBA Highlights: Knicks' win pushes Nets to 0-13
";
arnews[1] += "Al Harrington and Danilo Gallinari each scored 17 points, and the New York Knicks kept the Nets winless with a 98-91 victory Saturday in East Rutherford, N.J. David Lee added 16 points and 12 rebounds as the Knicks won their second straight game.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 07:26:17 GMT";
arnews[1] += "
";
arnews[2]="Webster, Trail Blazers rout Timberwolves
";
arnews[2] += "Martell Webster had 21 points and 13 rebounds, Brandon Roy added 18 points, and the Portland Trail Blazers beat Minnesota 106-78 on Saturday night, handing the Timberwolves their 12th straight loss.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 07:24:57 GMT";
arnews[2] += "
";
arnews[3]="Scola, Ariza, help Rockets hold off Kings
";
arnews[3] += "Luis Scola scored 22 points and grabbed key rebounds in the final minutes, and the Houston Rockets held off the Sacramento Kings 113-106 Saturday night.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 07:24:23 GMT";
arnews[3] += "
";
arnews[4]="Webster, Blazers rout Timberwolves
";
arnews[4] += "Martell Webster took full advantage of his return to the Portland Trail Blazers' starting lineup.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 07:16:43 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("