var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Bollywood Sargam: Random Thoughts : No Deauville For Spielberg: Legendary director Steven Spielberg has pulled out of next.. http://bit.ly/4pSkyP
"; arnews[0] += "Random Thoughts : No Deauville For Spielberg: Legendary director Steven Spielberg has pulled out of next.."; arnews[0] += "
"; arnews[1]="Patricia: @taberna_de_moe Steven Spielberg
"; arnews[1] += "@"; arnews[1] += "
"; arnews[2]="Keisha McCotry: I don't dream at night, I dream all day. I dream for a living... -Steven Spielberg (via @cari_atl)
"; arnews[2] += "I don't dream at night, I dream all day. I dream for a living... -Steven Spielberg (via @"; arnews[2] += "
"; arnews[3]="silvan: http://www.youtube.com/watch?v=31shQjumlJc&feature=player_embedded
"; arnews[3] += ""; arnews[3] += "
"; arnews[4]="Tom Simpson: Steven Spielberg To Bring Stephen King's Dome Horror To Life [Under The Dome]
"; arnews[4] += "Steven Spielberg To Bring Stephen King's Dome Horror To Life [Under The Dome] -"; 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("
");