var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Jace at Televisionary: RT @JonathanAmes: Please watch, if you feel like it, the fifth episode tonight of #Boredtodeath, 9:30, HBO. Romany [Malco] guest-stars.
"; arnews[0] += "RT @"; arnews[0] += "
"; arnews[1]="RT @JonathanAmes: Please watch, if you feel like it, the fifth episode tonight of #Boredtodeath, 9:30, HBO. Romany [Malco] guest-stars.
"; arnews[1] += "RT @"; arnews[1] += "
"; arnews[2]="Jace: RT @JonathanAmes: Please watch, if you feel like it, the fifth episode tonight of #Boredtodeath, 9:30, HBO. Romany [Malco] guest-stars.
"; arnews[2] += "RT @"; arnews[2] += "
"; arnews[3]="Ginger Makela Riker: Romany Malco on Bored to Death!
"; arnews[3] += "Romany Malco on Bored to Death!"; arnews[3] += "
"; arnews[4]="kerri: Good to see Romany Malco (Conrad from "Weeds") tonight on "Bored to Death"
"; arnews[4] += "Good to see Romany Malco (Conrad from \"Weeds\") tonight on \"Bored to Death\""; 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("
");