$(function(){$(".sbmt:not(:disabled)").live("click change",function(e){var thix=$(this);if(thix.is("a")||thix.is("button")||thix.is(":submit")){e.preventDefault();}
var props=thix.attr("id").split(':',3);var form;if(props.length>1){form=$("#"+props[0]);if(props[1]=='o'){form.find("#page").val("")}
if(props[1]=='q'){form.find("#page").val("");form.find("#o").val("");form.find("^#f[").val("");}}else{form=thix.parents("form:first");}
form.find("[value='']").remove();form.submit(function(){$(this).find("[name^='f[']").each(function(i){$(this).attr("name","f["+i+"]");});});form.submit();});});

