var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="U.S. News: Bobcats end 7-game slide
";
arnews[0] += "Bobcats end 7-game slide -";
arnews[0] += "
";
arnews[1]="Benjo Castillo: Indiana Pacers forward Tyler Hansbrough(notes) and Charlotte Bob... (AP Photo/Nell Redmond)
";
arnews[1] += "Indiana Pacers forward Tyler Hansbrough(notes) and Charlotte Bob... (AP Photo/Nell Redmond) -";
arnews[1] += "
";
arnews[2]="Benjo Castillo: Indiana Pacers guard Dahntay Jones(notes) reacts after being cha... (AP Photo/Nell Redmond)
";
arnews[2] += "Indiana Pacers guard Dahntay Jones(notes) reacts after being cha... (AP Photo/Nell Redmond) -";
arnews[2] += "
";
arnews[3]="NBA 2K: Analyzing the early surprises: Milwaukee Bucks, Indiana Pacers, Houston Rockets, Atlanta Hawks, and Phoenix Su.. http://bit.ly/4tyva9
";
arnews[3] += "Analyzing the early surprises: Milwaukee Bucks, Indiana Pacers, Houston Rockets, Atlanta Hawks, and Phoenix Su..";
arnews[3] += "
";
arnews[4]="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[4] += "TERRA Bobcats vence Pacers pela NBA: O Charlotte Bobcats venceu o Indiana Pacers pelo placar de 104 a 88, pela temp...";
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("