var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Blazers aim to continue dominance over woeful Wolves
"; arnews[0] += "Monta Ellis #8 of the Golden State Warriors shoots against Andre Miller #24 of the Portland Trail Blazers during an NBA game at Oracle Arena on November 20, 2009 in Oakland, California."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:42:38 GMT"; arnews[0] += "
"; arnews[1]="Ellis scores 34, Warriors snap skid with 108-94 win over Blazers
"; arnews[1] += "Monta Ellis scored a season-high 34 points and had eight assists, Anthony Morrow added 23 points, and the Golden State Warriors beat the Portland Trail Blazers 108-94 on Friday night to snap a three-game losing streak."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 19:26:26 GMT"; arnews[1] += "
"; arnews[2]="Warriors are gold despite depleted roster
"; arnews[2] += "This was an impressive win for Golden State, particularly since they only had eight available players - and one of these, Chris Hunter, had just been called up from the D-League. They managed to win by executing one more variation of Nellie Ball, i.e., play small and quick and look to shoot-shoot-shoot. Here's specifically how Nellie Ball was ..."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 19:07:48 GMT"; arnews[2] += "
"; arnews[3]="Monta Ellis and the Warriors Frustrate Brand Roy and the Trail Blazers
"; arnews[3] += "Coming into tonight's game, the Golden State Warriors had put up tremendous efforts against the Cleveland Cavaliers and the Boston Celtics."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 09:37:05 GMT"; arnews[3] += "
"; arnews[4]="Monta Ellis scores 34 points as Golden State Warriors rip Portland
"; arnews[4] += "Golden State Warriors' Monte Ellis hit the layup against Portland Trail Blazers' Martell Webster in the first quarter of their NBA basketball game, in Oakland, Calif., on Friday, Nov."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");document.write("
");