// AH 3/04/07
// Used to avoid scammer using confusing email address
// Included in /register/register_page1.jsp, email creation, personal fiche

function containsForbiddenWords(str){
	var re = new RegExp("(accountant|africa|amazon|approval|award|banca|bank|banque|bnk|bici|barclay|barcl|barcla|barrister|british|chamber|claim|clearing|confirm|commission|credit|custom|customer|department|deliver|delivery|diplomat|financ|first|forex|fund|hsbc|information|investigation|lotto|lottery|microsoft|money|mover|mutual|national|nigerian|notification|officer|offshore|paypal|payment|plc|redcross|remitt|revenue|royal|senegal|security|service|standard|trust|transfer|united|union|westafrica|western|westminst|westminster|winning|world)", "i");
	return re.test(str);
}
