var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="2525: Danseressen op het podium bij Pete Doherty http://moby.to/7ric6p http://bit.ly/5YzzgW
"; arnews[0] += "2525: Danseressen op het podium bij Pete Doherty"; arnews[0] += "
"; arnews[1]="Hoewel Pete Doherty het niveau van een pub-zanger nauwelijks ontstijgt, gaat het Rotterdamse publiek lekker in de show mee. #watt
"; arnews[1] += "Hoewel Pete Doherty het niveau van een pub-zanger nauwelijks ontstijgt, gaat het Rotterdamse publiek lekker in de show mee."; arnews[1] += "
"; arnews[2]="2525: Pete Doherty komt op: is this Rotterdam or Eindhoven? http://moby.to/oookvl http://bit.ly/6n2sET
"; arnews[2] += "2525: Pete Doherty komt op: is this Rotterdam or Eindhoven?"; arnews[2] += "
"; arnews[3]="2525: Danseressen op het podium bij Pete Doherty http://moby.to/7ric6p
"; arnews[3] += "2525: Danseressen op het podium bij Pete Doherty"; arnews[3] += "
"; arnews[4]="2525: Pete Doherty komt op: is this Rotterdam or Eindhoven? http://moby.to/oookvl
"; arnews[4] += "2525: Pete Doherty komt op: is this Rotterdam or Eindhoven?"; 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("
");