var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Michael King: Rick Worthy Joining Heroes Cast
"; arnews[0] += "Rick Worthy Joining Heroes Cast -"; arnews[0] += "
"; arnews[1]="Serieasten.TV: Rick Worthy bald bei "Heroes"? http://tinyurl.com/ne6g7o
"; arnews[1] += "Rick Worthy bald bei \"Heroes\"?"; arnews[1] += "
"; arnews[2]="Bigdoggpinc Lindsey: Ink - Heroes
"; arnews[2] += "Ink - Heroes -"; arnews[2] += "
"; arnews[3]="JustBon: Ink - Heroes
"; arnews[3] += "Ink - Heroes -"; arnews[3] += "
"; arnews[4]="Joe: The Movie was great. Also saw Richard Hatch, Kate Vernon, Bodie Olmos, Rick Worthy, plus writers and crew of BSG!
"; arnews[4] += "The Movie was great. Also saw Richard Hatch, Kate Vernon, Bodie Olmos, Rick Worthy, plus writers and crew of BSG!"; 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("
");document.write("
");