function EuroEmailSubs(email) {
   if (! validateEmail(email)) { 
      jQuery.fancybox({href: "/message-alert.ltr?code=newsletterInforMailWrongEmail&theme=3"}, {autoDimensions: true});
      return false;
   }
   $.post("/informail-newsletter.ltr?add=" + email, function (html) {
      if (html=="true") {
         jQuery.fancybox({href: "http://im.im4.pl/surveys.php?id=2&4=" + email}, {type: "iframe", width: 800, height: 675});
         if (typeof pageTracker!='undefined'){
            pageTracker._trackPageview('/akcje/zapisano-na-biuletyn' + location.pathname);
         }
      } else {
         newsletterSendError();
      }
   });
}



