var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="El show de Bryant
"; arnews[0] += "El show de Bryant -"; arnews[0] += "
"; arnews[1]="fashionfriendfeed: Sneak Peek: Black Eyed Peas Perform at 2009 Victoria Secret Fashion Show http://bit.ly/2N5blD Boom ... boom ... pow ! What better soundt...
"; arnews[1] += "Sneak Peek: Black Eyed Peas Perform at 2009 Victoria Secret Fashion Show"; arnews[1] += "
"; arnews[2]="Guney Can Gokoglu: Black Eyed Peas – Meet Me Halfway
"; arnews[2] += "Black Eyed Peas – Meet Me Halfway -"; arnews[2] += "
"; arnews[3]="Best Selling Music: iTunes #music_hiphop #25 song: Let's Get It Started (Spike Mix) [Bonus Track] - Black Eyed Peas © 2004... http://dealnay.com/166358
"; arnews[3] += "iTunes"; arnews[3] += "
"; arnews[4]="The black eyed peas hip-house/rave/baltimore medley at the AMAs was a bit much
"; arnews[4] += "The black eyed peas hip-house/rave/baltimore medley at the AMAs was a bit much -"; 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("
");