var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Goblog.Search4i.com: Tobey Maguire Likes The Lizard For Lead Villain In Spider-Man 4 http://bit.ly/8xR5rV #twine
";
arnews[0] += "Tobey Maguire Likes The Lizard For Lead Villain In Spider-Man 4";
arnews[0] += "
";
arnews[1]="search4i: Tobey Maguire Likes The Lizard For Lead Villain In Spider-Man 4 http://bit.ly/8xR5rV #twine
";
arnews[1] += "Tobey Maguire Likes The Lizard For Lead Villain In Spider-Man 4";
arnews[1] += "
";
arnews[2]="PopShizle: Quote Of The Day (Tobey Maguire)
";
arnews[2] += "Quote Of The Day (Tobey Maguire) -";
arnews[2] += "
";
arnews[3]="TopPix Autographs: Natalie Portman, Zac Efron, Robin Williams,Tobey Maguire, Claire Danes, Rashida Jones, BJ Novak, Gaby Hoffman & Christian McKay signed today
";
arnews[3] += "Natalie Portman, Zac Efron, Robin Williams,Tobey Maguire, Claire Danes, Rashida Jones, BJ Novak, Gaby Hoffman & Christian McKay signed today";
arnews[3] += "
";
arnews[4]="Thor Gets A New Vixen, Lost Gets Another Radical Costume Change, Doctor Who Gets Terminal [Morning Spoilers]
";
arnews[4] += "Thor Gets A New Vixen, Lost Gets Another Radical Costume Change, Doctor Who Gets Terminal [Morning Spoilers] -";
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("