var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Benjo Castillo: Atlanta Hawks guard Joe Johnson(notes), right, takes a shot agai... (AP Photo/Gregory Smith)
";
arnews[0] += "Atlanta Hawks guard Joe Johnson(notes), right, takes a shot agai... (AP Photo/Gregory Smith) -";
arnews[0] += "
";
arnews[1]="Benjo Castillo: Atlanta Hawks forward Josh Smith(notes), right, goes to the net ... (AP Photo/Gregory Smith)
";
arnews[1] += "Atlanta Hawks forward Josh Smith(notes), right, goes to the net ... (AP Photo/Gregory Smith) -";
arnews[1] += "
";
arnews[2]="Benjo Castillo: Miami Heat guard Dwyane Wade(notes) (3) goes to the net against ... (AP Photo/Gregory Smith)
";
arnews[2] += "Miami Heat guard Dwyane Wade(notes) (3) goes to the net against ... (AP Photo/Gregory Smith) -";
arnews[2] += "
";
arnews[3]="Benjo Castillo: Houston Rockets center Luis Scola(notes) (4), of Argentina, take... (AP Photo/Gregory Smith)
";
arnews[3] += "Houston Rockets center Luis Scola(notes) (4), of Argentina, take... (AP Photo/Gregory Smith) -";
arnews[3] += "
";
arnews[4]="Benjo Castillo: Houston Rockets guard Kyle Lowry(notes) (7) takes a shot against... (AP Photo/Gregory Smith)
";
arnews[4] += "Houston Rockets guard Kyle Lowry(notes) (7) takes a shot against... (AP Photo/Gregory Smith) -";
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("