var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="トレードvol.84 UD Game Jersey - 駄トレカ蒐集傳
";
arnews[0] += "GJ-EO Emeka Okafor のんびり収集中のUD Game Jerseyより、バイナム君とオカちゃん。 いつの間にか結構集まってた、ってのが理想ですね。まだ2割程しか集まってませんが… オマケも頂きました。 DSCN1498_convert_20100210191036.jpg ...";
arnews[0] += "
";
arnews[1]="Podcast Episode 5, Pt. 2: Darren Collison is Making His Name in ...
";
arnews[1] += "What happens if he leads the New Orleans Hornets to a surprise playoff birth or just finds the key that unlocks Emeka Okafor's unique but under-appreciated talents? Might the cap strapped Hornets broker a blockbuster CP3 trade this ...";
arnews[1] += "
";
arnews[2]="What's next for NOLA? « Basketball Outsider
";
arnews[2] += "Plus, Emeka Okafor who can't be traded because he's terrible. But the future looks promising at least. This season's draft picks are slowly becoming important parts of the organization. Rookie Darren Collison has really stepped up in ...";
arnews[2] += "
";
arnews[3]="Three Idiots on Sports: Connecticut Will Be Calhoun-less Against ...
";
arnews[3] += "For UConn fans this certainly isn't great news since Blaney's secret to beating the zone is wishing really hard that Emeka Okafor would move back to Storrs -- so he's got that going for him, which is nice. Of course it could be worse ...";
arnews[3] += "
";
arnews[4]="NBA 속에 있는 이모저모들<뜨는 놈은 어떻게든 뜨고, 안 뜨는 놈은 ...
";
arnews[4] += "하지만 그의 입지는 역시 the Monster Superman D. Howard의 또 다른 라이벌로 최근 뉴올리언스로 이적한 Emeka Okafor보다 살짝 위의 파워포워드이다. 분명 그는 7피트 점퍼까지 장착한 파워포워드로서 훌륭하지만 골밑에서 Dwight Howard에게 밀리는 ...";
arnews[4] += "
";
arnews[5]="Celtics at Hornets Preview 2/10/10 | North Station Sports
";
arnews[5] += "The big question for me is how Kendrick Perkins will handle Emeka Okafor. Perk has been playing some weak ball inside and doesn't seem to be his usual angry self while banging down low. If Okafor outplays Perk I think it's time for an ...";
arnews[5] += "
";
arnews[6]="Jerusalem Sports: Half Man, Half a Bad Pun
";
arnews[6] += "The Magic needed a huge comeback from 17 down to barely beat a borderline playoff team without it's best (by far) player, it's starting 2 guard, and it's starting center (Emeka Okafor played only 9 minutes because of foul trouble). ...";
arnews[6] += "
";
arnews[7]="Chisholm:Finding the Right Chemistry
";
arnews[7] += "Vince Carter to Orlando, Hedo Turkoglu to Toronto, Andre Miller to Portland, Ben Gordon and Charlie Villanueva to Detroit, Rasheed Wallace to Boston, Emeka Okafor to New Orleans, Richard Jefferson to San Antonio - notice a theme here? ...";
arnews[7] += "
";
arnews[8]="Pau Gasol razbio Spurse, Vince Carter Hornetse - Kosarka.hr
";
arnews[8] += "Ocijeni članak: Pr. ocjena: *.** (*). na naslovnicu pretraživanje arhive. Vince Carter - kao iz najboljih dana. Ključne riječi: Vince Carter. ,. Darren Collison. ,. Peda Stojakovic. ,. Dwight Howard. ,. Emeka Okafor. ,. Pau Gasol ...";
arnews[8] += "
";
arnews[9]="Fundamentally Sound: To Tank or Not to Tank?
";
arnews[9] += "Now I can name a list of players that Spurs are likely not going to get that I would've loved to see Duncan mentor, names like Al Horford or LaMarcus Aldridge or even Emeka Okafor, but the Spurs weren't and likely aren't going to get a ...";
arnews[9] += "
";
totcount = 10;
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("