var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Nick: @alisonbrie I just got THE MAN WHO FELL TO EARTH w/ David Bowie as an alien. I wonder if Bowie will be even stranger than usual...
"; arnews[0] += "@"; arnews[0] += "
"; arnews[1]="Panos S: @GorgoMcGuirk: "Thanks for the listen @santamistura;Ahoy- @CooperHarris@A_Quiet_End@KyFr@d_upsettah@FUZZYFM@bth... ♫ http://blip.fm/~gs87u
"; arnews[1] += "@"; arnews[1] += "
"; arnews[2]="Diana Cat: el día que yo me case será con una persona que disfrute escuchar tanto a david bowie como yo. así tendríamos hijos que crecieran oyendolo.
"; arnews[2] += "el día que yo me case será con una persona que disfrute escuchar tanto a david bowie como yo. así tendríamos hijos que crecieran oyendolo."; arnews[2] += "
"; arnews[3]="Tybee Guy: David Bowie- Starman
"; arnews[3] += "David Bowie- Starman -"; arnews[3] += "
"; arnews[4]="Tybee Guy: David Bowie- Space Oddity Original Video (1969)
"; arnews[4] += "David Bowie- Space Oddity Original Video (1969) -"; 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("
");