var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A Trade The Los Angeles Lakers Need to Make - Bleacherreport.com
";
arnews[0] += "OK, here is how this breaks down. Adam Morrison is terrible. Everybody knows this. But he has something that many teams, including the New Jersey Nets want. An EXPIRING CONTRACT! Morrison has only this year left on a contract that is worth $5.2 ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 03:02:00 GMT";
arnews[0] += "
";
arnews[1]="Blades Clash With Warriors - OurSports Central
";
arnews[1] += "The top two teams in the East Division battle tonight as the Saskatoon Blades travel to Moose Jaw to take on the Warriors. Game time is 7:00 pm. Head-to-Head The two clubs have faced off twice previously this season. On October 31st, the Blades came ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 22:08:00 GMT";
arnews[1] += "
";
arnews[2]="Steven Merriam - Bleacherreport.com
";
arnews[2] += "I have had the great pleasure of having my first article ever written be on the official site of the United Football League(starts its first season October 8). A recent article I wrote on Adam Morrison was on USAToday.com ,NYDailyNews.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 23:49:00 GMT";
arnews[2] += "
";
arnews[3]="Notebook: Kobe Catches Kareem - Lakers Defeat Bulls - Hoops World
";
arnews[3] += "The Los Angeles Lakers defeated the Chicago Bulls Thursday night at STAPLES Center 108-93. The outcome was never really in question as LA got a huge night from Pau Gasol, his first of the season after nursing a sore hamstring. Some thoughts from the ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 18:55:00 GMT";
arnews[3] += "
";
arnews[4]="Gonzaga travels to No. 2 Michigan State - MyNorthwest.com
";
arnews[4] += "Gonzaga lost to Michigan State in a 1997 tournament in East Lansing. The teams met in the Sweet 16 in 2001, with Michigan State winning 77-62. In 2005, they played in the Maui Classic, with Adam Morrison leading Gonzaga to a 109-106 triple overtime ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 17:55:00 GMT";
arnews[4] += "
";
arnews[5]="Luke Walton out 6+ weeks w/ pinched nerve - NBC Sports
";
arnews[5] += "Lakers forward Luke Walton has a pinched nerve in his back and will be out at least six weeks. Walton was a glue-guy in the Lakers' lineup, and without him the Lakers need to ask more from Shannon Brown, Sasha Vujacic, Adam Morrison, and Josh Powell";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 02:45:00 GMT";
arnews[5] += "
";
arnews[6]="Gonzaga's Mark Few sees Michigan State as major hurdle - Detroit Free Press
";
arnews[6] += "SPOKANE, Wash. — Gonzaga coach Mark Few was not particularly impressed with his young team’s sloppy play in a season-opening win over Mississippi Valley State. The Zags (1-0) take a big step up in opponent quality on Tuesday when they play ...";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 04:47:00 GMT";
arnews[6] += "
";
arnews[7]="Gasol feels better, may play Thursday - Riverside Press Enterprise
";
arnews[7] += "Seldom-used Adam Morrison got three minutes of playing time in Walton's absence on Sunday.";
arnews[7] += "
Publ.Date : Tue, 17 Nov 2009 07:24: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("