var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Michael Rosenbaum as Lex Luthor
";
arnews[0] += "Michael Rosenbaum as Lex Luthor -";
arnews[0] += "
";
arnews[1]="Meg: How freaking cute is it that Michael Rosenbaum went to the Depeche Mode convention? I wish I could have gone - been a couple times before.
";
arnews[1] += "How freaking cute is it that Michael Rosenbaum went to the Depeche Mode convention? I wish I could have gone - been a couple times before.";
arnews[1] += "
";
arnews[2]="Ryan Lugg: @GamblerVine Someone else playing Lex Luthor on Smallville besides Michael Rosenbaum? That's just not right.
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="Virtualia2000: Michael Rosenbaum potrebbe tornare in Smallville 9 (o 10)
";
arnews[3] += "Michael Rosenbaum potrebbe tornare in Smallville 9 (o 10) -";
arnews[3] += "
";
arnews[4]="SeanHagen: Just discovered that Michael Rosenbaum ( Lex in Smallville ) voiced The Flash in the Justice League cartoon.
";
arnews[4] += "Just discovered that Michael Rosenbaum ( Lex in Smallville ) voiced The Flash in the Justice League cartoon.";
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("