
<!--

function emailCheck() 
	{
	txt=document.isn.sender.value;
	if (txt.indexOf("@")<2)
		{
		alert("آسف. يرجى التأكد من صحة كتابة العنوان");
		return false;
		}
	if ((txt.indexOf("../../WebStripper/protected.html#link=http://www.najaf.org/Arabic/question/.com")<5)&&(txt.indexOf("../../WebStripper/protected.html#link=http://www.najaf.org/Arabic/question/.org")<5)
	&&(txt.indexOf("../../WebStripper/protected.html#link=http://www.najaf.org/Arabic/question/.gov")<5)&&(txt.indexOf("../../WebStripper/protected.html#link=http://www.najaf.org/Arabic/question/.net")<5)
	&&(txt.indexOf("../../WebStripper/protected.html#link=http://www.najaf.org/Arabic/question/.mil")<5)&&(txt.indexOf("../../WebStripper/protected.html#link=http://www.najaf.org/Arabic/question/.edu")<5)&&(txt.indexOf(".")<5))
		{
	alert("آسف. هذا العنوان خاطئ، الرجاء التأكد من نهاية العنوان");
		return false;
		}
	if (document.isn.sender_name.value.length<3)
		{
		alert("اكتب اسمك رجاءا");
		return false;
		}
	if (document.isn.message.value.length<3)
		{
		alert("اكتب استفتائك رجاءا");
		return false;
		}
	return true;
	}
// End -->

