var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Sports News: Rockets' McGrady back at practice, return unclear
";
arnews[0] += "Rockets' McGrady back at practice, return unclear -";
arnews[0] += "
";
arnews[1]="NBA 2K: McGrady practices with Rockets, return still up in air (source: CBS News): Tracy McGrady has returned to pract.. http://bit.ly/8RF0vS
";
arnews[1] += "McGrady practices with Rockets, return still up in air (source: CBS News): Tracy McGrady has returned to pract..";
arnews[1] += "
";
arnews[2]="Houston news abc13 ktrk: Rockets' McGrady back at practice, return unclear: Tracy McGrady returned to practice for first time since mic... http://u.mavrev.com/09rir
";
arnews[2] += "Rockets' McGrady back at practice, return unclear: Tracy McGrady returned to practice for first time since mic...";
arnews[2] += "
";
arnews[3]="High Jumper: NBA Roundup mcgrady Eager to Play, but Rockets Plan to Wait - New York Times
";
arnews[3] += "NBA Roundup mcgrady Eager to Play, but Rockets Plan to Wait - New York Times -";
arnews[3] += "
";
arnews[4]="NBA Roundup mcgrady Eager to Play, but Rockets Plan to Wait - New York Times
";
arnews[4] += "NBA Roundup mcgrady Eager to Play, but Rockets Plan to Wait - New York Times -";
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("