jQuery.noConflict();

(function($) {
$(document).ready(function(){		
	$('input#SearchForm_SearchForm_Search').focus(function() {
		$(this).attr("value", '');
	});
});
})(jQuery);

