ComCore.Queuer.add(function(){if($("birthDaySelect")&&$("birthMonthSelect")&&$("birthYearSelect")){var C=new ComCore.DateManager("birthDaySelect","birthMonthSelect","birthYearSelect")}var B=$("registerBasicInfoForm");if(B){var A=new ComCore.Validator(B);A.setErrorTemplate(new Template('<span class="error" id="#{id}"><br />#{message}</span>'));if($("errorPasswordIsRequiredMessage")){A.setErrorMessage("isRequired",$("errorPasswordIsRequiredMessage").value,"password")}if(B.email){A.setEmail("email");A.setLength("email",0,80)}if(B.password){A.setRequired("password");A.setLength("password",4,25)}}if($("moreInviteToolsLink")){Event.observe("moreInviteToolsLink","click",function(D){$("inviteToolsMore").show();$("moreInviteToolsList").hide();Event.stop(D)})}});