
   var anuncio = new Array(6)
   anuncio[1] = 'Beautiful XVIII Century Colonial House'
   anuncio[2] = 'Helpful Staff'
   anuncio[3] = 'Comfortable Dining Room'
   anuncio[4] = 'Big and Comfortable Rooms'
   anuncio[5] = 'Nice Colonial Patio'
   anuncio[6] = 'TV and DVD Room'

   aleat = Math.random() * 5
   aleat = Math.round(aleat) + 1

function foto_ale(){ 
document.write("<img src='http://www.hotelpotosi.com/pictures/casona" + aleat + ".jpg' alt='Picture Hostal La Casona - Potosi, Bolivia. Hostel & Hotel in Bolivia' border=1 style='border-color:#000000;' width=120 ><BR><Span style='color:black; text-decoration:underline; font-size:18px; font-weight: bolder;'>" + anuncio[aleat]+ "</Span>")
}