


 function create() {
 
         this.width = ''
         this.height = ''
         this.src = ''
         this.href = ''
         this.border = ''
         this.mouseover = ''
         this.sponsor = ''
 
 }
 ads = new Array()
 
 for(var i=1; i<=4; i++) { ads[i] = new create() }
 
 ads[1].width = "386"
 ads[1].height = "39"
 ads[1].src = "bebidas-9.gif"
 ads[1].href = "bebidas/index.html"
 ads[1].border = "0"
 ads[1].mouseover = "Bebidas Tradicionales de Bolivia"
 ads[1].sponsor = "Bebidas Tradicionales de Bolivia"

 
 ads[2].width = "386"
 ads[2].height = "39"
 ads[2].src = "cocina5.gif"
 ads[2].href = "cocina/index.html"
 ads[2].border = "0"
 ads[2].mouseover = "Cocina y recetas típicas de Bolivia"
 ads[2].sponsor = "Cocina y recetas típicas de Bolivia"


 ads[3].width = "386"
 ads[3].height = "39"
 ads[3].src = "musica.gif"
 ads[3].href = "musica/index.html"
 ads[3].border = "0"
 ads[3].mouseover = "Música boliviana"
 ads[3].sponsor = "Música boliviana"


 ads[4].width = "386"
 ads[4].height = "39"
 ads[4].src = "banner-alasita.gif"
 ads[4].href = "alasitay2k/index.html"
 ads[4].border = "0"
 ads[4].mouseover = "Visite feria de Alasita 2000"
 ads[4].sponsor = "Alasita 2000"
 



 var n = Math.random() + ''
 
 n = parseInt(n.charAt(5))
 


 if (n >4) {

         n = 4  
 }
 
 
 else if (n == 0) {
 
         n = n + 1
 
 } 
 
 
 n += ""
 


 var image = ads[n]
 var tiempo = ""
 tiempo += '<a href="' + image.href + '" \n'
 tiempo += 'onMouseOver="self.status=\'' + image.mouseover + '\'\;return true" \n'
 tiempo += 'onMouseOut="self.status=\'\'"> \n'
 tiempo += '<img src="' + image.src + '" width=' + image.width
 tiempo += '\n height=' + image.height + ' border=' + image.border
 tiempo += '\n><br>Visite: ' + image.sponsor + '</a>'
