var howMany = 1
var advt = new Array(howMany+1)
advt[0]="<a href='http://www.amazingherbalremedies.com/ayurvedic_herbal_health_care_products.asp?cure=2'><img src='http://www.amazingherbalremedies.com/images/advt/herbal_hair_cream_new_hair.gif' border=0></a>"
advt[1]="<a href='http://www.amazingherbalremedies.com/ayurvedic_herbal_health_care_products.asp?cure=6'><img src='http://www.amazingherbalremedies.com/images/advt/herbal_anti_graying_hair_oil.gif' border=0></a>"
function rndnumberadvt(){
var randscript = -1
while (randscript < 0 || randscript > howMany || isNaN(randscript)){
randscript = parseInt(Math.random()*(howMany+1))
}
return randscript
}
quoadvt = rndnumberadvt()
quoxadvt = advt[quoadvt]
document.write(quoxadvt)