$(function(){$.manager("Galleries","gallery/gallery_categories","gallery/galleries","gallery_category_id","galleries_count","_gallery",{order:"position",published:"YES"});$.fn.makesef=function(from){str=$(from).val();ex=/\$|,|@|#|~|`|\%|\*|\^|\.|\&|\(|\)|\+|\=|\[|\]|\[|\}|\{|\;|\:|\'|\"|\<|\>|\?|\||\\\\|\!|\$|\//g;str=str.replace(ex,"");ex=/^\s+|\s+$/g;str=str.replace(ex,"");ex=/\s+/g;str=str.replace(ex,"-");str=str.toLowerCase();$(this).text(str);};$("input[name=name]").live("keyup",function(){$("#dropdown-holder").find(".sef_title").makesef($(this));});});