// JavaScript Home
$(document).ready(function() {
$("#holiday_options").change(function () {
	  window.location=$(this).val(); return false;
	});	
$('#accordion').accordion({
			active: '.selected',
			selectedClass: 'active',
			header: 'h3',
			autoheight: false
		});
	$("a[rel^='prettyPhoto']").prettyPhoto();
	// gallery
	$('#box_photo_home').cycle({ 
    	fx:     'fade', 
    	speed:  'slow', 
    	timeout: 5000 
	});	
});	
