/**
	 * Set the words to exlude seperate with comma
	 * @param string $exclude_words 
	 */
	public function set_exclude_words($var) {
		if ($var) self::$exclude_words = $var;
	}