var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Bigdoggpinc Lindsey: Home Court - Trauma
";
arnews[0] += "Home Court - Trauma -";
arnews[0] += "
";
arnews[1]="iTunes TV shows: iTunes best selling TV episode #66: "Masquerade - Trauma" Tyler (Kevin Rankin) and Boone (Derek Luke) are on... http://dealnay.com/125786
";
arnews[1] += "iTunes best selling TV episode";
arnews[1] += "
";
arnews[2]="Tim Moore: @lionelane Well Derek Luke is busy on his new series which is a shame because he had the Diddy Bop on lock in Notorious >;^)
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="Bigdoggpinc Lindsey: That Fragile Hour - Trauma
";
arnews[3] += "That Fragile Hour - Trauma -";
arnews[3] += "
";
arnews[4]="dee: Weekend Review: Derek Luke's Character Driven
";
arnews[4] += "Weekend Review: Derek Luke's Character Driven -";
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("