jQuery(document).ready(function() {
	if (jQuery('#search')) {
        jQuery('#property-location').multiSelect(
        {
            select_all_min: 1,
            no_selection: "Please select a location",
            selected_text: " locations selected"
        });
    } 
});
