var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="6 Adam Morrison, SF - CBS Sports
";
arnews[0] += "Farmar might get some interest from other teams, but Morrison will need to show something this season after averaging only 3.9 points a game since suffering a torn knee ligament in October 2008. He has no Fantasy appeal. (Updated 11/02/2009). F Adam ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 23:23:00 GMT";
arnews[0] += "
";
arnews[1]="Lakers: Waiting on the Trade Deadline - Hoops World
";
arnews[1] += "The Los Angeles Lakers are coming off an impressive victory over the San Antonio Spurs where they beat their long-time rival despite playing without Kobe Bryant and Andrew Bynum. Kobe is nursing an ankle sprain; Bynum a hip pointer. Both should be ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:48:00 GMT";
arnews[1] += "
";
arnews[2]="NBA: Adam Morrison hoping for chance to play...anywhere; news, notes ... - Oregonian
";
arnews[2] += "There was an Adam Morrison sighting Saturday night at the Rose Garden. The former Gonzaga star and lottery pick is a member of the Los Angeles Lakers, but he rarely plays and hasn't played much the past two seasons. Morrison, 25, is averaging just 2 ...";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 13:32:00 GMT";
arnews[2] += "
";
arnews[3]="On The Move: Pacific Division - Hoops World
";
arnews[3] += "As the trade deadline nears, the Pacific Division has two teams in playoff position, one going through a coaching change and a pair that seem destined to the high lottery. The following is a look at those five teams and their prospects as February ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 21:55:00 GMT";
arnews[3] += "
";
arnews[4]="Archive for October 2006 - The Spokesman-Review
";
arnews[4] += "So Adam Morrison (XBox360 cover pictured; courtesy of EA Sports) is going to be the cover boy of EA Sports NCAA March Madness 2007. Is that a good thing or bad thing? So far there hasn’t been a cover jinx, a la Madden Football, but who knows? Shaun ...";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 17:15:00 GMT";
arnews[4] += "
";
arnews[5]="NBA Quick Shots for Jan. 13th: Chris Kaman To Have MRI On Back - Bleacherreport.com
";
arnews[5] += "Kaman \"tweaked\" his back in pregame warmups on Tuesday night, and missed the contest. He's also been ruled out for Wednesday night's game, and is scheduled to undergo an MRI . It wasn't reported as being a serious injury originally, but one has to ...";
arnews[5] += "
Publ.Date : Wed, 13 Jan 2010 19:31: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("