function validate_sub() { if (!document.subscribe.email.value) { alert(\'Please, enter your E-Mail address!\'); document.subscribe.email.focus(); return false; } else { a = document.subscribe.email.value.indexOf(\'@\'); b = document.subscribe.email.value.indexOf(\'@\', a+1); c = document.subscribe.email.value.indexOf(\'.\', a+1); if (a == -1 || b != -1 || c <= a + 2 || a < 1 || c + 2 >= document.subscribe.email.value.length || c + 4 < document.subscribe.email.value.length) { alert(\'Please, enter a valid E-Mail Address\'); document.subscribe.email.focus(); return false; } } return true; } '; ?>
Join our mail list
E-mail:
Subscribe
Unsubscribe
We never send SPAM and hate SPAMers.Please don't trust in any e-mail that appeared to be from us and not stated on our Newsletters Archive!