(function($){$.jValidateSearch=function(v,t){/*$('body').append('<div id="one" class="jGrowl bottom-right"></div>');*/if($('#'+v).val().length==0){$.jGrowl('Ingrese el nombre o n&uacute;mero de parte de un producto.',{theme: 'smoke',sticky: true});return false;}else{location.href='search.php?searchString='+$('#'+v).val();}}})(jQuery);

