var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="tweet a movie: First Look at Michael Shanks as Hawkman in Smallville TV Movie http://tweetamovie.com/n28592
";
arnews[0] += "First Look at Michael Shanks as Hawkman in Smallville TV Movie";
arnews[0] += "
";
arnews[1]="Jan Stevens: RT @scifimafia SMALLVILLE- Justice Society Movie Event With Michael Shanks As Hawkman http://bit.ly/3975LW
";
arnews[1] += "RT @";
arnews[1] += "
";
arnews[2]="Jun Miyazaki: Smallville – Az első fotó: Michael Shanks mint Sólyom
";
arnews[2] += "Smallville – Az első fotó: Michael Shanks mint Sólyom -";
arnews[2] += "
";
arnews[3]=""Because I think if you spoke faster than @dhewlett you’d actually travel back in time." -Michael Shanks.
";
arnews[3] += "\"Because I think if you spoke faster than @dhewlett you’d actually travel back in time.\" -Michael Shanks. <3 -";
arnews[3] += "
";
arnews[4]="Michael Shanks
";
arnews[4] += "Michael Shanks -";
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("