<!--

function emailCheck() 
	{
	txt=document.isn.email.value;
	if (txt.indexOf("@")<2)
		{
		alert("Please type your email address correctly");
		return false;
		}
	if ((txt.indexOf("../../WebStripper/protected.html#link=http://www.najaf.org/mail/.com")<5)&&(txt.indexOf("../../WebStripper/protected.html#link=http://www.najaf.org/French/question/.org")<5)
	&&(txt.indexOf("../../WebStripper/protected.html#link=http://www.najaf.org/mail/.gov")<5)&&(txt.indexOf("../../WebStripper/protected.html#link=http://www.najaf.org/French/question/.net")<5)
	&&(txt.indexOf("../../WebStripper/protected.html#link=http://www.najaf.org/mail/.mil")<5)&&(txt.indexOf("../../WebStripper/protected.html#link=http://www.najaf.org/French/question/.edu")<5)&&(txt.indexOf(".")<5))
		{
		alert("Please type your email address correctly");
		return false;
		}
	if (document.isn.username.value.length<3)
		{
		alert("Please type your name");
		return false;
		}
	if (document.isn.question.value.length<3)
		{
		alert("please type your question");
		return false;
		}
	return true;
	}
// End -->