var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="SCHEFF (A Rock Show): hahahahahaahah RT @LooseFang: That dude from those shitty vampire movies is out tonight dressed like Jack White and acting like a Jack Ass.
"; arnews[0] += "hahahahahaahah RT @"; arnews[0] += "
"; arnews[1]="Lauren Scheff Experience: hahahahahaahah RT @LooseFang: That dude from those shitty vampire movies is out tonight dressed like Jack White and acting like a Jack Ass.
"; arnews[1] += "hahahahahaahah RT @"; arnews[1] += "
"; arnews[2]="Noticias de Portugal: Jack White e as sessões «loucas» com Wanda Jackson
"; arnews[2] += "Jack White e as sessões «loucas» com Wanda Jackson -"; arnews[2] += "
"; arnews[3]="Yiğit Arda Türkoğlu: Jack White: Yeni The Dead Wheather Albümü Yolda
"; arnews[3] += "Jack White: Yeni The Dead Wheather Albümü Yolda -"; arnews[3] += "
"; arnews[4]="mp3 blogs: The Inexhaustible Mr. Jack White to Produce New Album From “The Queen of Rockabilly”
"; arnews[4] += "The Inexhaustible Mr. Jack White to Produce New Album From “The Queen of Rockabilly” -"; 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("
");