$(document).ready(function(){$(":text:first").focus();var a=new Ajaxable("#signup_form"),b=new Ajaxable("#login_form");a.setajaxstart(function(){pophtml("Creating you in the system...")});b.setajaxstart(function(){pophtml("Logging you in...")});a.setaftererror(function(){poptog("#pop_warn")});b.setaftererror(function(){poptog("#pop_warn")})});
