var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jenkins: Gasol makes Lakers scary good
";
arnews[0] += "In an instant, they were complete. Best team in the league by far. 2. Denver: Carmelo Anthony is unstoppable, making a serious drive for MVP, and Ty Lawson is a huge factor off the bench.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:09:25 GMT";
arnews[0] += "
";
arnews[1]="ILoveChinaShopping.com releases Hot selling Wholesale Jason Kidd Basketball Shoes
";
arnews[1] += "ILoveChinashopping.com offers many kinds of sports shoes wholesale such as Wholesale Basketball Shoes , Men and women both can find sports shoes online at discounted prices at ILoveChinashopping.com. Ita TMs no news that Chinese sneaker companies have been making a big push to sign NBA players to endorse their shoes.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:49:08 GMT";
arnews[1] += "
";
arnews[2]="Politi: You think the Nets look bad now? It's only going to get worse
";
arnews[2] += "New Jersey Nets head coach Lawrence Frank is about to get a technical foul after Brook Lopez was called for a foul in the second half.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 01:11:10 GMT";
arnews[2] += "
";
arnews[3]="NJ Nets Notebook: Chris Douglas-Roberts admits 'I'm not dealing well with this losing'
";
arnews[3] += "The New Jersey Nets' Chris Douglas-Roberts drives to the hoop past the New York Knicks' Chris Duhon in the first half of Saturday's game.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 00:31:49 GMT";
arnews[3] += "
";
arnews[4]="Chris Bosh or Jose Caldron: Raptors, It's Your Pick
";
arnews[4] += "In order for the Raptors to have any chance in resigning Chris Bosh, Jose Calderon needs to go.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 23:31:35 GMT";
arnews[4] += "
";
arnews[5]="LeBron James, Dwyane Wade, and the NBA's Top 2010 Free Agents: Stay or Go?
";
arnews[5] += "Click here to get sent to NBAPrimetime.com to read the entire article! The million dollar question that has constantly been debated about religiously, \"What jersey will LeBron James/Dwyane Wade be in for the '10-'11 season?\" A question that, regardless of anyone's input, will not have a definite answer until the minute the star picks up the pen and ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 19:34:48 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("