var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Ha3rvey (sent home): It kinda breaks my heart to hear a song that I remember from high school/college being covered by someone who sounds as young as my kids.
"; arnews[0] += "It kinda breaks my heart to hear a song that I remember from high school/college being covered by someone who sounds as young as my kids."; arnews[0] += "
"; arnews[1]="Dang what's lil romeo's twitter??
"; arnews[1] += "Dang what's lil romeo's twitter?? -"; arnews[1] += "
"; arnews[2]="LaToya Sutton: Wow! I feel so old to see him so grown up. RT: @4everBrandy: PLEASE FOLLOW @KINGR0ME0 aka lil ROMEO- He aint little no more:) YIKES!!!
"; arnews[2] += "Wow! I feel so old to see him so grown up. RT: @"; arnews[2] += "
"; arnews[3]="RT @4everBrandy: PLEASE FOLLOW @KINGR0ME0 aka lil ROMEO- He aint little no more:) YIKES!!! < < < < < Let me find out brandy tryna do a STELLA !!!
"; arnews[3] += "RT @4everBrandy: PLEASE FOLLOW @KINGR0ME0 aka lil ROMEO- He aint little no more:) YIKES!!!<<<<< Let me find out brandy tryna do a STELLA !!! -"; arnews[3] += "
"; arnews[4]="kristaan johnson: Does Lil Romeo still go to $C? http://is.gd/4Btmp
"; arnews[4] += "Does Lil Romeo still go to $C?"; 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("
");