$(document).ready(function(){
$("a.loginhelp").click(function(){$("div.loginhelp").toggle(); return false;});
});
