var howMany = 4 var quote = new Array(howMany+1) quote[0]='
Artimaro
Read more » View work»
  • PHP
  • OS Commerce
  • Photoshop
  • Flash
' quote[1]='
BMW-AdSpot
Read more » View work »
  • Java-Script
  • Flash
' quote[2]='
Buren Insurance
Read more » View work»
  • PHP
  • Photoshop
  • Flash
' quote[3]='
Intensivfilter
Read more » View work»
  • Flash
' quote[4]='
Opodo AdSpot
Read more » View work»
  • Flash
  • Java-Script
' function rndnumber(){ var randscript = -1 while (randscript < 0 || randscript > howMany || isNaN(randscript)){ randscript = parseInt(Math.random()*(howMany+1)) } return randscript } quo = rndnumber() quox = quote[quo] document.write(quox)