document.write('<LINK href="ag.css" rel=stylesheet><TABLE cellPadding=0 width=100%><TR><TD></TD></Tr><TR><TD>')

document.write('<A class=w3b href="index.html">דף הבית</A>')

document.write('<BR></TD></TR><TR><TD>')

document.write('<A class=w3b href="abuse.htm">פגיעה בבעלי-חיים</A>')

document.write('</TD></TR><TR><TD>')

document.write('<A class=w3b href="rights.htm">זכויות בעלי-חיים</A>')

document.write('</TD></TR><TR><TD>')

document.write('<A class=w3b href="veg.htm">צמחונות</A>')

document.write('</TD></TR><TR><TD>')

document.write('<A class=w3b href="faq.htm">שאלות ותשובות</A>')

document.write('</TD></TR><TR><TD>')

document.write('<A class=w3b href="activism.htm">פעילות</A>')

document.write('</TD></TR><TR><TD>')

document.write('<A class=w3b href="pics.htm">תמונות</A></A> <A class=w3b href="tv.htm">וסרטונים</A>')

document.write('</TD></TR><TR><TD>')

document.write('<A class=w3b href="updates.htm">עדכונים</A>')

document.write('</TD></TR><TR><TD>')

document.write('<A class=w3b href="donation.htm">הצטרפות ותרומה</A>')


document.write('</TD></TR><TR><TD>')

document.write('<A class=w3b href="mailto:info@anonymous.org.il">כיתבו לנו</A>')

document.write('</TD></TR><TR><TD><center><BR>')

document.write('<A class=w3b href="magazinternet.htm">')

document.write('<font color=#A4D4E3><B>שבועון אינטרנט<BR>לזכויות בעלי-חיים</font>')

document.write('</B></center></A></TD></TR><tr><td style="text-align : center">')

function valid_newsletter_signup(){
	if(!mailValid(document.newsletter_signup.email.value)){
		alert("נא לתקן את כתובת הדואל");
		document.newsletter_signup.email.focus()
		return false;
	} else {
		document.newsletter_signup.subscribe.disabled = true;
		document.newsletter_signup.sys_ok_page.value = document.location.href;
		return true;
	}
}

function mailValid(str){
	var reg1 = /(@.*@)|(\.\.)|(@\.)|(\.@)|(^\.)/; // not valid
	var reg2 = /^.+\@(\[?)[a-zA-Z0-9\-\.]+\.([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$/; // valid
	if (!reg1.test(str) && reg2.test(str) && str != "") { // if syntax is valid
		return true;
	}
	else return false;
}

document.write('\n\n<div dir="rtl" align="center">\n');
document.write('<form name="newsletter_signup" action="http://anonymous.sincerethought.org/list_manager/add_to_list.php" method="post" onsubmit="return valid_newsletter_signup();">\n');
if(document.location.search == "?exist"){
	document.write('<span style="font-size : 10pt; color : red">הכתובת שהזנת כבר קיימת במערכת.</span><br />\n');
} else if(document.location.search == "?thank_you"){
	document.write('<span style="font-size : 10pt; color : white">תודה שנרשמת!</span><br />\n');
} else document.write('<span style="font-size : 10pt; color : white">לרישום הקלד/י e-mail</span><br />\n');
document.write('<input type="text" name="email" value="" style="background-color: #CCD7F9; color: #211166;" SIZE="15" />\n');
document.write('<input type="hidden" name="sys_error_page" value="http://www.anonymous.org.il/error-magazine.htm" />\n');
document.write('<input type="hidden" name="sys_ok_page" value="" />\n');
document.write('<br /><input type="submit" value="שלח/י" name="subscribe" style="font-size: 10px; background-color: #CCD7F9; color: #4E1010;" />\n');
document.write('</form>\n');
document.write('\n\n</div>\n');

