var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Anthony drops 30 as Nuggets continue home dominance - CBS Sports
";
arnews[0] += "DENVER -- J.R. Smith finished off the Chicago Bulls . Smith, Denver's streak-shooting sixth man, scored 12 of his 19 points in the final period and the Nuggets pulled away for a 112-93 victory Saturday night. Carmelo Anthony had 30 points, and ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:14:00 GMT";
arnews[0] += "
";
arnews[1]="NBA Lakers' Gasol scores 24 in shining season debut - AlterNet
";
arnews[1] += "Pau Gasol made the most of his season debut, scoring 24 points and grabbing 13 rebounds as the Los Angeles Lakers beat the Chicago Bulls 108-93. \"Pau Gasol (left) and Kobe Bryant of the Los Angeles Lakers are seen during their game against the ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 07:42:00 GMT";
arnews[1] += "
";
arnews[2]="Gasol scores 24 in debut, Lakers top Bulls 108-93 - Wave 3
";
arnews[2] += "LOS ANGELES (AP) - Pau Gasol had 24 points and 13 rebounds in his season debut, and Kobe Bryant scored 21 points while passing Kareem Abdul-Jabbar on the Lakers' career scoring chart in Los Angeles' 108-93 victory over the Chicago Bulls on Thursday ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 22:28:00 GMT";
arnews[2] += "
";
arnews[3]="Bulls resume road trip in Denver vs. Nuggets - WPTV
";
arnews[3] += "Controversy reigned the last time the Chicago Bulls and Denver Nuggets met. The Nuggets edged Chicago, 90-89, on Nov. 10 in the Windy City when Chauncey Billups deposited a go-ahead free throw with six-tenths of a second left and Brad Miller's ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 16:02:00 GMT";
arnews[3] += "
";
arnews[4]="Gasol returns, Lakers romp - Los Angeles Wave Newspapers
";
arnews[4] += "Kobe Bryant scored 21 points to pass Kareem Abdul-Jabbar on the club’s career scoring list. Ron Artest added 15 points for the Lakers, who finally had their full ... Derrick Rose had 20 points and John Salmons scored all 18 of his points in the ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 19:38:00 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("