$j(function(){$j("form#alert #alert_email_address").tipify();var a=$j("#share-footer-link");if(a.length>0){a.mouseover(function(){return addthis_open(this,"","[URL]","[TITLE]")});a.mouseout(function(){addthis_close()});a.click(function(){return addthis_sendto()})}});function checkFormChange(){$j("#span_submit_button").attr("onClick","javascript:submit_form();");var a=document.getElementById("span_submit_button");a.onclick=submit_form}$j(document).ready(function(){$j("form#alert #alert_email_address").keyup(checkFormChange).change(checkFormChange)});function submit_form(){$j("#spin_loading").show();$j("#alert").submit()};