jQuery.extend({subscribeVisitor:function(A){$("#your_wannahaves_ajax_response_popup_text").html(A.msg);if(A.valid){$("#subscribe_message").html(A.msg);$("#login_subscribe_block").ajaxLoadingStop();$("#login_subscribe_block").remove()}else{$("#login_subscribe_block").ajaxLoadingStop()}$("#your_wannahaves_ajax_response_popup_link").click()},loginUser:function(A){if(A.valid=="true"){$("form.login-form").submit()}else{$("#your_wannahaves_ajax_response_popup_text").html(A.msg);$("#your_wannahaves_ajax_response_popup_link").click()}},forgotPassword:function(A){$("#forgot_button").ajaxLoadingStop();if(A.valid=="true"){$("#your_wannahaves_ajax_response_popup_text").html(A.msg)}else{$("#your_wannahaves_ajax_response_popup_text").html(A.msg)}$("#your_wannahaves_ajax_response_popup_link").click()}});