$(document).ready(function() {	
	renderOccupationCalendar();
	if(document.getElementById("slider")) {
		var html = "";			
		html += "<li><img src=\"https://s3-eu-west-1.amazonaws.com/softamowebs/elrincondemonasterio/design/cenaRomantica2.jpg\" width=\"455\" height=\"303\" alt=\"Cena Romántica\" /></li>";
		html += "<li><img src=\"https://s3-eu-west-1.amazonaws.com/softamowebs/elrincondemonasterio/design/spa.jpg\" width=\"455\" height=\"303\" alt=\"Sauna y SPA\" /></li>";
		$("#slider ul").append(html);
		$("#slider").easySlider({
			auto: true, 
			continuous: true,
			controlsShow: false,
			speed: 	800,				
			pause:	3000
		});
	}
});

function focusSorteo() {
	$('#sorteo').focus();
}


