var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Benjo Castillo: Charlotte Bobcats forward Boris Diaw(notes), left, of France, dr... (AP Photo/Nell Redmond)
";
arnews[0] += "Charlotte Bobcats forward Boris Diaw(notes), left, of France, dr... (AP Photo/Nell Redmond) -";
arnews[0] += "
";
arnews[1]="ja1000: TERRA Bobcats vence Pacers pela NBA: O Charlotte Bobcats venceu o Indiana Pacers pelo placar de 104 a 88, pela temp... http://bit.ly/8GTrJD
";
arnews[1] += "TERRA Bobcats vence Pacers pela NBA: O Charlotte Bobcats venceu o Indiana Pacers pelo placar de 104 a 88, pela temp...";
arnews[1] += "
";
arnews[2]="New York (NTB): National Basketball Association (NBA) i helgen: - Aftenposten
";
arnews[2] += "New York (NTB): National Basketball Association (NBA) i helgen: - Aftenposten -";
arnews[2] += "
";
arnews[3]="High Jumper: New York (NTB): National Basketball Association (NBA) i helgen: - Aftenposten
";
arnews[3] += "New York (NTB): National Basketball Association (NBA) i helgen: - Aftenposten -";
arnews[3] += "
";
arnews[4]="Lottomatica: NBA: i risultati della notte
";
arnews[4] += "NBA: i risultati della notte -";
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("