var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="D. Kent Pingel: Actor Jon Heder is 32 ... "Napolean Dynomite" Happy Birthday http://bit.ly/4mt4T9 (great interview ... LOL) #Hollywood
"; arnews[0] += "Actor Jon Heder is 32 ... \"Napolean Dynomite\" Happy Birthday"; arnews[0] += "
"; arnews[1]="Brandon Mendelson: 'Napoleon Dynamite 2' Talk Is Fizzling
"; arnews[1] += "'Napoleon Dynamite 2' Talk Is Fizzling -"; arnews[1] += "
"; arnews[2]="Brandon Mendelson: 'Napoleon Dynamite 2' Talk Is Fizzling
"; arnews[2] += "'Napoleon Dynamite 2' Talk Is Fizzling -"; arnews[2] += "
"; arnews[3]="Nick: Just saw Jon Heder in line for Maxim party at Voyeur now inside getting dranks
"; arnews[3] += "Just saw Jon Heder in line for Maxim party at Voyeur now inside getting dranks"; arnews[3] += "
"; arnews[4]="Jason Avant: Jon Heder onstage doing the dancey dance #yogabbagabbalive
"; arnews[4] += "Jon Heder onstage doing the dancey dance"; 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("
");