var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Daniel: nice nice RT @DCScrap: on 205th magazine: Szilvia Freire is Miss World Hungary, topless http://bit.ly/2DCUPY
"; arnews[0] += "nice nice RT @"; arnews[0] += "
"; arnews[1]="V@g38: nice nice RT @DCScrap: on 205th magazine: Szilvia Freire is Miss World Hungary, topless http://bit.ly/2DCUPY
"; arnews[1] += "nice nice RT @DCScrap: on 205th magazine: Szilvia Freire is Miss World Hungary, topless"; arnews[1] += "
"; arnews[2]="V@g38: RT @DCScrap: on 205th magazine: Szilvia Freire is Miss World Hungary, topless http://bit.ly/2DCUPY
"; arnews[2] += "RT @DCScrap: on 205th magazine: Szilvia Freire is Miss World Hungary, topless"; arnews[2] += "
"; arnews[3]="V@g38: on 205th magazine: Szilvia Freire is Miss World Hungary, topless http://bit.ly/2DCUPY
"; arnews[3] += "on 205th magazine: Szilvia Freire is Miss World Hungary, topless"; arnews[3] += "
"; arnews[4]="V@g38: Szilvia Freire (FHM 10 2009 / Hungary) HQ http://bit.ly/1nIteP
"; arnews[4] += "Szilvia Freire (FHM 10 2009 / Hungary) HQ"; 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("
");