var EmailSubscribeForm=function(n){var t=this;t.EmailAddress=ko.observable("");t.Sent=ko.observable(!1);t.SendEmail=function(){var i=t.EmailAddress();i.length!=0&&i.length!=0&&(i.indexOf("@")<=0||$.ajax(n+"/Subscribe",{data:"="+encodeURIComponent(i),type:"post",contentType:"application/x-www-form-urlencoded; charset=utf-8'",success:function(){t.Sent(!0)},error:common.ProcessAjaxError}))}}