$(function(){$('#display_remember_information').click(function(){$('#remember_information, #remember_information_login_failure').show();return false});$('#remember_information p.close a, #remember_information_login_failure p.close a').click(function(){$('#remember_information, #remember_information_login_failure').hide();return false});$('#resendActivationLink').click(function(){$.ajax({dataType:'jsonp',cache:true,data:'email='+$('#resendemail').val(),url:SITE_URL+'ajax/registration/resendActivation.php'})});$('#login_form_email_placeholder').focus(function(){$(this).parents('li').hide();$('#login_form_email').parents('li').show();$('#login_form_email').focus()});$('#login_form_password_placeholder').focus(function(){$(this).parents('li').hide();$('#login_form_password').parents('li').show();$('#login_form_password').focus()});if($('#day').size()==1){dayList()}if($('#year').size()==1){yearList()}if($('#country').size()==1){getCountries()}$('#error_signup_link').click(function(){$('#loginErrorContainer').hide();$('#signup h1, #signup h2, #signup h3, #quicksignupFrm').show();setTimeout("$('#firstname').focus().select();",250)})});function dayList(){var dayList='';for(var d=1;d<32;d++){dayList+='<option value="'+d+'">'+d+'</option>'}$('#day').append(dayList)}function yearList(){var yearList='';d=new Date();for(var y=d.getFullYear()-11;y>1899;y--){yearList+='<option value="'+y+'">'+y+'</option>'}$('#year').append(yearList)}function getCountries(){if(typeof window.HOME_URL=='undefined'){if(typeof MyYearbook.URLs.home!='undefined'){window.HOME_URL=MyYearbook.URLs.home}else if(typeof MyYearbook.URLs.Home!='undefined'){window.HOME_URL=MyYearbook.URLs.Home}}$.ajax({dataType:'jsonp',cache:true,url:window.HOME_URL+'Countries',success:function(data){countryList(data.countryList)}})}function stateList(data){$('#region').empty();for(var y=0;y<data.length;y++){$('#region').append('<option value="'+data[y].id+'">'+data[y].name+'</option>')}$('#regionTerm').show();$('#regionDefinition').show()}function countryList(data){var select_id=0;var dataLength=data.length;var countryList='';for(var y=0;y<dataLength;y++){countryList+='<option value="'+data[y].id+'">'+data[y].name+'</option>'}$('#country').append(countryList);$('#country').change(function(){var code=$('#country option:selected').val();if(code>1){if(typeof window.HOME_URL=='undefined'){if(typeof MyYearbook.URLs.home!='undefined'){window.HOME_URL=MyYearbook.URLs.home}else if(typeof MyYearbook.URLs.Home!='undefined'){window.HOME_URL=MyYearbook.URLs.Home}}$.ajax({dataType:'jsonp',cache:true,url:window.HOME_URL+'States/'+code,success:function(data){stateList(data.stateList)}})}else{$('#regionTerm').hide();$('#regionDefinition').hide()}})}function deviceInit(){if($('#threatMetrixSessionId').html()!=null){var threatMetrixSessionId=$('#threatMetrixSessionId').html();$('#threatMetrixContainer').html('<p style="background:url(https://h.online-metrix.net/fp/clear.png?org_id=u8fxw6sf&session_id='+threatMetrixSessionId+'&m=1)"></p><img src="https://h.online-metrix.net/fp/clear.png?org_id=u8fxw6sf&session_id='+threatMetrixSessionId+'&m=2" alt="" ><script src="https://h.online-metrix.net/fp/check.js?org_id=u8fxw6sf&session_id='+threatMetrixSessionId+'"type="text/javascript"></script><object type="application/x-shockwave-flash" data="https://h.online-metrix.net/fp/fp.swf?org_id=u8fxw6sf&session_id='+threatMetrixSessionId+'" width="1" height="1" id="obj_id"><param name="movie" value="https://h.online-metrix.net/fp/fp.swf?org_id=u8fxw6sf&session_id='+threatMetrixSessionId+'" /></object>')}}function activationEmailCallback(data){$('#loginErrorContainer h1').html('Email Sent!');$('#resendActivationLink').remove()}$(window).load(function(){if($('#login_form_password').size()>0){if($('#login_form_password').val().length==0){$('#login_form_password').parents('li').hide();$('#login_form_password_placeholder').parents('li').show()}if($('#login_form_email').val().length==0){$('#login_form_email').parents('li').hide();$('#login_form_email_placeholder').parents('li').show()}}if($('#login_error').size()){if($('#login_form_email').val()==''){$('#login_form_email').focus()}}else{setTimeout("$('#firstname').focus().select();",250)}if($('#threatMetrixSessionId').html()!=null){var threatMetrixSessionId=$('#threatMetrixSessionId').html();$('#threatMetrixContainer').html('<p style="background:url(https://h.online-metrix.net/fp/clear.png?org_id=u8fxw6sf&session_id='+threatMetrixSessionId+'&m=1)"></p><img src="https://h.online-metrix.net/fp/clear.png?org_id=u8fxw6sf&session_id='+threatMetrixSessionId+'&m=2" alt="" ><script src="https://h.online-metrix.net/fp/check.js?org_id=u8fxw6sf&session_id='+threatMetrixSessionId+'"type="text/javascript"></script><object type="application/x-shockwave-flash" data="https://h.online-metrix.net/fp/fp.swf?org_id=u8fxw6sf&session_id='+threatMetrixSessionId+'" width="1" height="1" id="obj_id"><param name="movie" value="https://h.online-metrix.net/fp/fp.swf?org_id=u8fxw6sf&session_id='+threatMetrixSessionId+'" /></object>')}});