var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Webster, Trail Blazers rout Timberwolves
";
arnews[0] += "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[0] += "
Publ.Date : Sun, 22 Nov 2009 05:52:00 GMT";
arnews[0] += "
";
arnews[1]="Webster, Trail Blazers Rout Timberwolves
";
arnews[1] += "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[1] += "
Publ.Date : Sun, 22 Nov 2009 07:03:10 GMT";
arnews[1] += "
";
arnews[2]="Recap: Portland vs. Minnesota
";
arnews[2] += "Martell Webster topped six Portland players in double figures with 21 points while bringing down 13 rebounds, as the Trail Blazers handed Minnesota its 12th straight loss in a 106-78 blowout at the Rose Garden.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 07:02:58 GMT";
arnews[2] += "
";
arnews[3]="Recap
";
arnews[3] += "Portland Trail Blazers center Greg Oden, right, scores as Minnesota Timberwolves forward Al Jefferson watches during the second half of their NBA basketball game in Portland, Ore., Saturday, Nov.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 07:00:56 GMT";
arnews[3] += "
";
arnews[4]="Game 12: Portland at Warriors
";
arnews[4] += "Game 12: Portland at Warriors The Golden State Ellises beat Portland 108-94 on Friday .";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 04:11:19 GMT";
arnews[4] += "
";
arnews[5]="Jenkins: Gasol makes Lakers scary good
";
arnews[5] += "In an instant, they were complete. Best team in the league by far. 2. Denver: Carmelo Anthony is unstoppable, making a serious drive for MVP, and Ty Lawson is a huge factor off the bench.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 04:09:25 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("