var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lakers 108, Bulls 93: Pau Gasol screams*, "Hola, 2009-2010 season!" - Los Angeles Times Blogs
";
arnews[0] += "By the way, another stat you may not be aware of: Fisher has NEVER missed a shot in a regular season where Gasol and Artest play together. Kobe Bryant: I thought Mamba played a very nice game, despite 21 points coming courtesy of a 7-21 shooting ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:55:00 GMT";
arnews[0] += "
";
arnews[1]="Kobe passes Kareem as Lakers beat Bulls - Dubuque Telegraph Herald
";
arnews[1] += "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 night in Los Angeles ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 16:03:00 GMT";
arnews[1] += "
";
arnews[2]="Kobe gets 40 in Lakers' 106-93 win over Pistons - News 8 KFMB
";
arnews[2] += "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[2] += "
Publ.Date : Fri, 20 Nov 2009 01:51:00 GMT";
arnews[2] += "
";
arnews[3]="Detroit Pistons (5-5) at Los Angeles Lakers (7-3), 10:30 p.m. - Olympian
";
arnews[3] += "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[3] += "
Publ.Date : Tue, 17 Nov 2009 15:38:00 GMT";
arnews[3] += "
";
arnews[4]="Kobe gets 40 in Lakers’ win over Pistons - Toledo Blade
";
arnews[4] += "LOS ANGELES — When Lamar Odom pondered why the Los Angeles Lakers have been able to avoid losing three straight games for nearly two years, he instinctively glanced across the room to Kobe Bryant’s locker. “That’s a big reason,” Odom said ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 23:43:00 GMT";
arnews[4] += "
";
arnews[5]="WEEKLY :: Society - Rwanda New Times
";
arnews[5] += "more] Kobe Bryant featured in the list of the ‘top 20’ powerful celebrities ... born on August 23, 1978) is an American shooting guard who plays for the Los Angeles Lakers in the National Basketball Association (NBA).";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 23:05: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("