

<!--


  var howMany = 0
  var quote = new Array(howMany+1)
  quote[0]="<a href=\"http://www.medstore.biz/?fid=2591\" target=\"_blank\" title=\"MedStore: online pharmacy\"><img src=\"http://www.medstore.biz/i/banners/17.gif\" width=\"468\" height=\"60\" border=\"0\" alt=\"MedStore: online drugstore\"></a> "



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)
window.onFocus = rndnumber()
//-->
