var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Does Iron Man 3 Already Have Its Villain? Thor's Asgard Gets a New Defender, and Lost Gets A Premiere Date [Morning Spoilers]
";
arnews[0] += "Does Iron Man 3 Already Have Its Villain? Thor's Asgard Gets a New Defender, and Lost Gets A Premiere Date [Morning Spoilers] -";
arnews[0] += "
";
arnews[1]="manhwa: Karl Urban Talks Star Trek And Priest - Huffington Post (blog)
";
arnews[1] += "Karl Urban Talks Star Trek And Priest - Huffington Post (blog) -";
arnews[1] += "
";
arnews[2]="John Attebury: Forgot how good the new Star Trek was. Karl Urban was great. Look forward to the sequel.
";
arnews[2] += "Forgot how good the new Star Trek was. Karl Urban was great. Look forward to the sequel.";
arnews[2] += "
";
arnews[3]="Mr Spock: Karl Urban Talks Star Trek 2 http://tinyurl.com/yhlxw23
";
arnews[3] += "Karl Urban Talks Star Trek 2";
arnews[3] += "
";
arnews[4]="RT @grantimahara: Re: Star Trek- I'll say it again, the casting is awesome, esp Karl Urban and I need a U.S.S. Kelvin salt shaker. ;)
";
arnews[4] += "RT @grantimahara: Re: Star Trek- I'll say it again, the casting is awesome, esp Karl Urban and I need a U.S.S. Kelvin salt shaker. ;) -";
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("