function affiliate()
{
	//if(!validate_catpcha()){return false;}
	if($('name').value == ''){alert('Please, enter your name');$('name').focus();return false;}
	if($('email').value == '' || !_IsEmail($('email').value)){alert('Please, enter your E-Mail address');$('email').focus();return false;}
	//if($('turing').value == ''){alert('Incorrect Code');reloadCaptcha();$('turing').focus();return false;}

	return true;
}
