var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Brookeplus7: JJ Redick, He's a Funny Guy - HoopsWorld
";
arnews[0] += "JJ Redick, He's a Funny Guy - HoopsWorld -";
arnews[0] += "
";
arnews[1]="CocktailTwt: JJ Redick, He's a Funny Guy - HoopsWorld http://tinyurl.com/y9pns4z
";
arnews[1] += "JJ Redick, He's a Funny Guy - HoopsWorld";
arnews[1] += "
";
arnews[2]="Alfred Trabulsi: JJ Redick, He's a Funny Guy http://bit.ly/6ZOTWP
";
arnews[2] += "JJ Redick, He's a Funny Guy";
arnews[2] += "
";
arnews[3]="Alex: FriendFeed/typetype: JJ Redick, He's a Funny Guy - HoopsWorld
";
arnews[3] += "FriendFeed/typetype: JJ Redick, He's a Funny Guy - HoopsWorld -";
arnews[3] += "
";
arnews[4]="Samson Michael: Carter, Redick riddle Raptors
";
arnews[4] += "Carter, Redick riddle Raptors";
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("