jQuery.noConflict();

jQuery(document).ready(function() {
   jQuery("#search-criteria").focus(function() {
      if(this.value=='Suburb and/or postcode'){this.value=''};
   });
});
