public static function cw_words() {
		if (self::$cw_words == NULL) {
			self::$cw_words = cw_words::instance();
		}
		return self::$cw_words;
	}