var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Carole: Casting : Rizzoli, Grey’s Anatomy
";
arnews[0] += "Casting : Rizzoli, Grey’s Anatomy -";
arnews[0] += "
";
arnews[1]="Lee Thompson Young will co-star in the TNT drama pilot, RIZZOLI - check out the article in today's Hollywood... http://bit.ly/1iauqk
";
arnews[1] += "Lee Thompson Young will co-star in the TNT drama pilot, RIZZOLI - check out the article in today's Hollywood...";
arnews[1] += "
";
arnews[2]="zap2itbrill: Lee Thompson Young: 'FlashForward's' first casualty talks about changing the game - http://bit.ly/1Hj8Xt
";
arnews[2] += "zap2itbrill: Lee Thompson Young: 'FlashForward's' first casualty talks about changing the game -";
arnews[2] += "
";
arnews[3]="SynchromysticTV: Flash Forward: Lee Thompson Young Dishes on the Game-Changer
";
arnews[3] += "Flash Forward: Lee Thompson Young Dishes on the Game-Changer -";
arnews[3] += "
";
arnews[4]="PopShizle: Flash Forward: Lee Thompson Young Dishes on the Game-Changer
";
arnews[4] += "Flash Forward: Lee Thompson Young Dishes on the Game-Changer -";
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("