var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Obie Fernandez: Watched '500 Days of Summer' on plane ride to ATL. I don't think I'm in love with Zooey Deschanel anymore! #loveisabitchsometimes
"; arnews[0] += "Watched '500 Days of Summer' on plane ride to ATL. I don't think I'm in love with Zooey Deschanel anymore!"; arnews[0] += "
"; arnews[1]="Craig I: would the word for New Moon still be "amazing" if zooey deschanel and eliza dushku were the leads? #isomehowdoubtthat
"; arnews[1] += "would the word for New Moon still be \"amazing\" if zooey deschanel and eliza dushku were the leads?"; arnews[1] += "
"; arnews[2]="Elvis: @VinnyDamato Carl Sagan and Zooey Deschanel
"; arnews[2] += "@"; arnews[2] += "
"; arnews[3]="Jon, the Beartato of FF: bohemea: Zooey Deschanel - Hollywood Life, November 2004
"; arnews[3] += "bohemea: Zooey Deschanel - Hollywood Life, November 2004 -"; arnews[3] += "
"; arnews[4]="What Does Zooey Deschanel Have on Her Holiday Wish List?
"; arnews[4] += "What Does Zooey Deschanel Have on Her Holiday Wish List? -"; 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("
");