

   aleat = Math.random() * 3
   aleat = Math.round(aleat) + 1

function foto_ale(){ 
document.write("<img src='http://www.boliviahostels.com/logos/fotoale" + aleat + ".jpg'>") 
} 