var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gasol returns, Lakers romp - Los Angeles Wave Newspapers
";
arnews[0] += "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[0] += "
Publ.Date : Fri, 20 Nov 2009 19:38:00 GMT";
arnews[0] += "
";
arnews[1]="Recap: LA Lakers vs. Detroit - The Sun News
";
arnews[1] += "Kobe Bryant scored a game-high 40 points, grabbed five rebounds and dished out five assists, as the Los Angeles Lakers held off the Detroit Pistons, 106-93, at Staples Center. It was the 100th time in Bryant's career that he has scored 40-plus points ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 06:47:00 GMT";
arnews[1] += "
";
arnews[2]="Gasol comes up with double-double in season-debut for Lakers - CBS Sports
";
arnews[2] += "LOS ANGELES -- 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. Ron ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 07:13:00 GMT";
arnews[2] += "
";
arnews[3]="Kobe gets 40 in Lakers' 106-93 win over Pistons - News 8 KFMB
";
arnews[3] += "LOS ANGELES (AP) - Kobe Bryant scored 40 points for the 100th time in his career, and the Los Angeles Lakers avoided a rare three-game losing streak with a 106-93 victory over the Detroit Pistons on Tuesday night. Andrew Bynum had 17 points and 12 ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 01:51:00 GMT";
arnews[3] += "
";
arnews[4]="Detroit Pistons (5-5) at Los Angeles Lakers (7-3), 10:30 p.m. - Olympian
";
arnews[4] += "The reigning NBA champions hope to halt an uncharacteristic two-game losing streak Tuesday when they face off with the Detroit Pistons at Staples Center ... Will Bynum had 27 points, while Charlie Villanueva chipped in 13 points and 10 rebounds.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 15:38:00 GMT";
arnews[4] += "
";
arnews[5]="Andrew Bynum - Roto Times
";
arnews[5] += "November 18, 2009 Andrew Bynum was good for 17 points and 12 rebounds in Tuesday's 106-93 win over the Pistons. Our View: Bynum is tearing it up so far this season. He's averaging 20 points and 12 rebounds per game so far and has racked up a double ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 15:42: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("