function addNewsJob()
{
	//if(!validate_catpcha()){return false;}
	var result = true;
	if($('turing').value == '' && result){alert('Incorrect Code');reloadCaptcha();result = false;$('turing').focus();}
	if(($('site').checked == false) && result){alert('You must agree to the Terms and Conditions and Privacy');result = false;$('site').focus();}
	if(($('job').checked == false) && result){alert('You must agree to the job\'s Conditions and Privacy');result = false;$('job').focus();}
	return result;
}

function addMatchJob()
{
	//if(!validate_catpcha()){return false;}
	var result = true;
	if($('turing2').value == '' && result){alert('Incorrect Code');reloadCaptcha2();result = false;$('turing2').focus();}
	if(($('site2').checked == false) && result){alert('You must agree to the Terms and Conditions and Privacy');result = false;$('site2').focus();}
	if(($('job2').checked == false) && result){alert('You must agree to the job\'s Conditions and Privacy');result = false;$('job2').focus();}
	return result;
}
