function onClickBrochureGoButton(d,f){if(document.searchForm.type.value.length==0&&document.searchForm.dest.value.length==0){alert("You must select a Destination City or an Experience Type");return}var e;e=(document.searchForm.type.value.length==0)?document.searchForm.dest.value:document.searchForm.type.value;e=d+e+f;window.location.href=e}$j(document).ready(initBrochure);function initBrochure(){$j.ajax({type:"GET",url:"/travel/portlets/packages/brochures/dropdown.jsp",dataType:"html",success:function(d){var e="brochures-";var f="/global/en";$j("div").filter(".brochure").html(d);$j("div.findabrochure select").val(window.location.href.match(e+"(.*)"+f))}})};