jQuery(function($){$("form input#username").focus();$("form p.more").hide();$("a.more").click(function(){$(this).next().slideToggle("fast");return false;});});