$(function(){
	if($('#hebergement').length==1){
		$('#hebergement').change(function(){
			if($('#hebergement').val()=='a'){
				document.location.href='/lagaichel_fr/demande_de_reservation/hotel_de_la_gaichel';
			}else{
				document.location.href='/lagaichel_fr/demande_de_reservation/auberge_de_la_gaichel';
			}
		});
		
	};
	
	if($('#hebergementnl').length==1){
		$('#hebergementnl').change(function(){
			if($('#hebergementnl').val()=='a'){
				document.location.href='/lagaichel_nl/een_reservering_aanvragen/hotel_de_la_gaichel';
			}else{
				document.location.href='/lagaichel_nl/een_reservering_aanvragen/auberge_de_la_gaichel';
			}
		});
		
	};
	
	
});
