// JavaScript Document
czywyslanie = true;
var wr = /^[a-zA-Z0-9_\-\.!]+@[a-zA-Z0-9_\-\.!]+\.[a-zA-Z0-9_\-\.!]{2,}/g;

function pozaladowaniu() {
}

function zapiszNewsletter(femail){
	il = 0;
	document.getElementById('email').value=femail;
	if (document.getElementById('email').value!='' && !document.getElementById('email').value.match(wr)){
		 document.getElementById('film_siatman').SetVariable("odp", 'błędny format pola email');
		 il++;
		
	}
if (il>0) {czywyslanie = false;}
if (il==0) {czywyslanie = true; document.getElementById('fnewsletter').submit();}
}