function CheckSpam(str) { return /viagra|xxx/i.test(str) } var _text = 'xxx'; alert(CheckSpam(_text) ? 'Спам' : 'не спам');