var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="RT @andylevy Tonight on #REDEYE: @secupp, Courtney Friel, Ron Geraci, Dr. Michael Baden and Greg's mom! #tcot #tlot
"; arnews[0] += "RT @andylevy Tonight on"; arnews[0] += "
"; arnews[1]="RT @andylevy: Tonight on #REDEYE: @secupp, Courtney Friel, Ron Geraci, Dr. Michael Baden and Greg's mom! #tcot #tlot
"; arnews[1] += "RT @andylevy: Tonight on"; arnews[1] += "
"; arnews[2]="Bill Hennessy: RT @andylevy Tonight's #REDEYE: @secupp, Courtney Friel, Ron Geraci, Dr. Michael Baden & Greg's mom! 3am EDT on @foxnews #tcot #tlot
"; arnews[2] += "RT @andylevy Tonight's"; arnews[2] += "
"; arnews[3]="@VoxAZ she took Courtney Friel's spot for tonight they're always looking out for the guys #redeye
"; arnews[3] += "@"; arnews[3] += "
"; arnews[4]="Jim Allen, III: RT @TPO_Hisself: courtney friel, anzlee earhardt, megyn kelly, diane macedo, neena rinan they dont call it the FOX network 4 nuttin ! #tcot
"; arnews[4] += "RT @"; 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("
");