$(document).ready(function(){$("#submit_button").click(function(){$(this).hide();$(".button-processing").show();
return true});$("#url").click(function(){$(this).attr("value","");$("#url").unbind();return true})});