var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Aymeric: iTunes best selling movie #92: "Sydney White" America's sweetheart Amanda Bynes stars in the fun comedy... http://dealnay.com/161074
"; arnews[0] += "iTunes best selling movie"; arnews[0] += "
"; arnews[1]="Movie & TV deals: iTunes best selling movie #92: "Sydney White" America's sweetheart Amanda Bynes stars in the fun comedy... http://dealnay.com/161074
"; arnews[1] += "iTunes best selling movie"; arnews[1] += "
"; arnews[2]="copacabana: @marcelo_salomao amanhã tb tem copacabana club e tarde de autógrafos com a amanda bynes: @marcelo_salomao amanhã... http://bit.ly/7B4STx
"; arnews[2] += "@"; arnews[2] += "
"; arnews[3]="Laura B thankful: Zac Efron, Nikki Blonsky, Elijah Kelly, & Amanda Bynes – Without Love
"; arnews[3] += "Zac Efron, Nikki Blonsky, Elijah Kelly, & Amanda Bynes – Without Love -"; arnews[3] += "
"; arnews[4]="Aymeric: I kno it makes me a loser, but I love the movie Sydney White starring Ms. Amanda Bynes.
"; arnews[4] += "I kno it makes me a loser, but I love the movie Sydney White starring Ms. Amanda Bynes. -"; 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("
");