<script>
<!-- realizamos precarga de imágenes
var foto=new Array();
foto[0]=new Image();
foto[0].src="/imagenes/habitaciones/golondrinas1.jpg";
foto[1]=new Image();
foto[1].src="/imagenes/habitaciones/golondrinas2.jpg";
foto[2]=new Image();
foto[2].src="/imagenes/habitaciones/golondrinas3.jpg";
foto[3]=new Image();
foto[3].src="/imagenes/habitaciones/golondrinas4.jpg";
foto[4]=new Image();
foto[4].src="/imagenes/habitaciones/golondrinas5.jpg";
foto[5]=new Image();
foto[5].src="/imagenes/habitaciones/golondrinas6.jpg";
foto[6]=new Image();
foto[6].src="/imagenes/habitaciones/golondrinas7.jpg";
foto[7]=new Image();
foto[7].src="/imagenes/habitaciones/golondrinas8.jpg";
foto[8]=new Image();
foto[8].src="/imagenes/habitaciones/virgen1.jpg";
foto[9]=new Image();
foto[9].src="/imagenes/habitaciones/virgen2.jpg";
foto[10]=new Image();
foto[10].src="/imagenes/habitaciones/virgen3.jpg";
foto[11]=new Image();
foto[11].src="/imagenes/habitaciones/virgen4.jpg";
foto[12]=new Image();
foto[12].src="/imagenes/habitaciones/virgen5.jpg";
foto[13]=new Image();
foto[13].src="/imagenes/habitaciones/alcobas1.jpg";
foto[14]=new Image();
foto[14].src="/imagenes/habitaciones/alcobas2.jpg";
foto[15]=new Image();
foto[15].src="/imagenes/habitaciones/alcobas3.jpg";
foto[16]=new Image();
foto[16].src="/imagenes/habitaciones/alcobas4.jpg";
foto[17]=new Image();
foto[17].src="/imagenes/habitaciones/alcobas5.jpg";
foto[18]=new Image();
foto[18].src="/imagenes/habitaciones/alcobas6.jpg";
foto[19]=new Image();
foto[19].src="/imagenes/habitaciones/coser1.jpg";
foto[20]=new Image();
foto[20].src="/imagenes/habitaciones/coser2.jpg";
foto[21]=new Image();
foto[21].src="/imagenes/habitaciones/coser3.jpg";
foto[22]=new Image();
foto[22].src="/imagenes/habitaciones/coser4.jpg";
</script>