$(function() {
    // $('#login-link').click(function(event) {
    //     event.preventDefault();
    //     showOverlay('#loginBox');
    // });

    // $('#registration-link').click(function(event) {
    //     event.preventDefault();
    //     showOverlay('#signinBox');
    // });

    // If an invite code was provided, show the registration dialog directly
    // var $inviteKey = $('');
});

