window.popupCenter=function(url,width,height,name){var left=screen.width/2-width/2;var top=screen.height/2-height/2;return window.open(url,name,"menubar=no,toolbar=no,status=no,width="+width+",height="+height+",toolbar=no,left="+left+",top="+top)};if($(".sign-up--form--facebook-connect--link").is(":visible")){$(document).on("click",".sign-up--form--facebook-connect--link",function(e){e.preventDefault();var $this=$(this);if($("#user_accept_tos__facebook")[0].checked){window.trackGA("event","Login","clicked facebook");window.popupCenter($this.attr("href"),$this.data("width"),$this.data("height"),"authPopup")}else{$("#js-guest-sign-up-form--facebook-submit-button").click()}})}if($(".sign-in--form--facebook-connect--link").is(":visible")){$(document).on("click",".sign-in--form--facebook-connect--link",function(e){e.preventDefault();var $this=$(this);window.trackGA("event","Login","clicked facebook");window.popupCenter($this.attr("href"),$this.data("width"),$this.data("height"),"authPopup")})}