var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bum Ankle Might Keep Kobe From All-Star Competition - NBC Dallas-Fort Worth
";
arnews[0] += "Los Angeles Lakers star Kobe Bryant sat out Monday's game against San Antonio and might not be able to play in Sunday's NBA All-Star game. Bryant told the Orange County Register he cannot push off the ankle which limits his ability to run and shoot ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:48:00 GMT";
arnews[0] += "
";
arnews[1]="Los Angeles Lakers - ESPN.com
";
arnews[1] += "News: Odom grabbed a career-high-tying 22 rebounds against the Trail Blazers Saturday. He also added 10 points (4-for-9 FG, 2-for-2 FT), six assists, a steal, a blocked shot, and registered a team-high +25 in 37 minutes of action. Spin: Odom is ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 23:56:00 GMT";
arnews[1] += "
";
arnews[2]="Carter’s 48 points help Orlando Magic overcome Hornets - Today's Zaman
";
arnews[2] += "Carter was 19 for 27 shooting and had 34 points in the second half with some of the most sizzling moves since he joined the Magic, who have won nine of their last 11 games. Dwight Howard added 25 points and 12 rebounds, and Rashard Lewis finished ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 00:00:00 GMT";
arnews[2] += "
";
arnews[3]="Andrew Bynum - C - Los Angeles Lakers - NBC Sports
";
arnews[3] += "Andrew Bynum (knee, hip) confirmed that he likely won't play until the Lakers come out of the All-Star break. Bynum is waiting for the bruising and swelling in his right hip to subside. The good news is that his swollen left knee is feeling better ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 03:57:00 GMT";
arnews[3] += "
";
arnews[4]="Ankle Injury Makes Kobe Questionable For Jazz, All-Star Tilts - All Headline News
";
arnews[4] += "Los Angeles, CA, United States (AHN) - Kobe Bryant remains questionable for the Los Angeles Lakers Wednesday's clash against the Utah Jazz, and the superstar guard might even sit out the NBA All-Star game as the deals with ankle woes. The Lakers All ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 23:09:00 GMT";
arnews[4] += "
";
arnews[5]="Ankle puts Bryant’s All-Star appearance in doubt - Vancouver Sun
";
arnews[5] += "LOS ANGELES - Kobe Bryant’s sore left ankle could keep the Los Angeles Lakers superstar out of the NBA All-Star game next Sunday in Dallas. Bryant, who missed his second straight game on Monday as the Lakers downed San Antonio 101-89, said he ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 22:41:00 GMT";
arnews[5] += "
";
arnews[6]="Ankle puts Bryant's All-Star appearance in doubt - Raw Story
";
arnews[6] += "Kobe Bryant's sore left ankle could keep the Los Angeles Lakers superstar out of the NBA All-Star game next Sunday in Dallas. Bryant, who missed his second straight game on Monday as the Lakers downed San Antonio 101-89, said he wouldn't play in the ...";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 22:27:00 GMT";
arnews[6] += "
";
arnews[7]="Nets G Devin Harris sidelined against Cavaliers - Fresno Bee
";
arnews[7] += "The Sixers played tough in Friday's 99-91 home loss to the defending champion Los Angeles Lakers, as Allen Iverson pumped in 21 of his 23 points in the second half for Philadelphia, which has lost three straight and five of its last seven games.";
arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 23:52:00 GMT";
arnews[7] += "
";
totcount = 8;
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("