if(!window.it_InputUtilsClass){(function(){var a=function(){var b=new RegExp("[a-zA-Z0-9._+&*# -]+@[a-zA-Z0-9-]+(.[a-zA-Z0-9-]+)*","i");this.send=function(e){e=it_FormUtils.getForm(e);var c=e.getElement("input[type=text]");var d=c.value;if(d.length===0){alert(it_message("common.email.missingEmail"));return}if(!b.test(d)){alert(it_message("common.email.badFormat"));return}it_Ajax.send(basePathForAjax+"news/save.html","register",function(){alert(it_message("common.email.success"))},"email",d)}};window.it_NewsLetter=new a()})()};
