var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="buy wholesale: ILoveChinaShopping.com releases Hot selling Wholesale Jason Kidd Basketball Shoes - Online PR News (press release)
";
arnews[0] += "ILoveChinaShopping.com releases Hot selling Wholesale Jason Kidd Basketball Shoes - Online PR News (press release) -";
arnews[0] += "
";
arnews[1]="buy wholesale: ilovechinashopping.com releases Hot selling Wholesale Jason Kidd Basketball Shoes - Online PR News (press release)
";
arnews[1] += "ilovechinashopping.com releases Hot selling Wholesale Jason Kidd Basketball Shoes - Online PR News (press release) -";
arnews[1] += "
";
arnews[2]="Kings Blog: Sacramento takes on Dallas, 5:30 p.m.
";
arnews[2] += "Kings Blog: Sacramento takes on Dallas, 5:30 p.m. -";
arnews[2] += "
";
arnews[3]="Benjo Castillo: Dallas Mavericks guard Jason Kidd(notes), right, makes a steal a... (AP Photo/Tony Gutierrez)
";
arnews[3] += "Dallas Mavericks guard Jason Kidd(notes), right, makes a steal a... (AP Photo/Tony Gutierrez) -";
arnews[3] += "
";
arnews[4]="Kenneth Kahn: Check this video out -- Jason Kidd Nets Tribute - The End of an Era mix http://www.youtube.com/watch?v=iynWqJN0PDI
";
arnews[4] += "Check this video out -- Jason Kidd Nets Tribute - The End of an Era mix";
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("