var howMany = 0
var quote = new Array(howMany+1)
quote[0]="You may have noticed our new look. We are currently implementing many new features to make your online experience easier and more fun. Please be patient during these upgrades."  //Enter your "Latest Information" text here (between quotes)
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)