function getSearchPartial(){if(IsBrowserVersionSupported()){if(!AreCookiesEnabled()){$("#quoteFormWrap").html('<p class="text-danger">Sorry, it looks like you don\'t have cookies enabled. This website requires that cookies are enabled. Please enable and refresh this page if you want to progress.<\/p>');$("#quoteFormWrap").slideDown();return}}else{$("#quoteFormWrap").html('<p class="text-danger">Sorry, it looks like your browser is out-of-date.  Please update it, then return to this page if you want to progress.<\/p>');$("#quoteFormWrap").slideDown();return}$("#quoteSearchLoading").fadeIn();$.ajax({url:urlSearchPartial,success:function(n){n=="Exception"?$("#quoteFormWrap").html('<p class="text-danger">Sorry, there was a problem loading in the enquiry form. Please refresh the page to try again. Sorry for the inconvenience.<\/p>'):($("#quoteFormWrap").html(n),setupSearch());$("#quoteFormWrap").slideDown("slow");$("#quoteSearchLoading").slideUp()},error:function(){}})}$(document).ready(function(){SetAsTopFrame();getSearchPartial()})