
   var anuncio = new Array(4)
   anuncio[1] = 'Beautiful IXX Art Nouveau Building'
   anuncio[2] = 'Front Desk'
   anuncio[3] = 'Guest Kitchen'
   anuncio[4] = 'Dormitories'

   aleat = Math.random() * 3
   aleat = Math.round(aleat) + 1

function foto_ale(){ 
document.write("<img src='http://www.hostelsucre.com/pictures/amigo" + aleat + ".jpg' alt='Picture Amigo Hostel - Sucre, Bolivia. Hostel & Hotel in Bolivia' border=1 style='border-color:#000000;' width=100 ><BR><Span style='color:white; font-size:12px;'>" + anuncio[aleat]+ "</Span>")
}