Sorry, there are no offers for your chosen travel options
'); } }); } $(window).load(function() { setTimeout(function(){ $('#slider').nivoSlider({ pauseTime:11000, directionNav:false, controlNav:false, effect:'fade', captionOpacity:1, pauseOnHover:false }); }, 1000); popResorts(''); popOffers($('select#offer_depdate').val(),$("select#offer_country").val()); }); $(function(){ $("select#listcountry").change(function(){ popResorts($(this).val()); }) }) $(function(){ $("select#offer_depdate").change(function(){ popOffers($(this).val(),$("select#offer_country").val()); }) }) $(function(){ $("select#offer_country").change(function(){ popOffers($("select#offer_depdate").val(),$(this).val()); }) })