/**
	 * Set the amount of keywords to insert in the MetaKeywords field
	 * @param int $keyword_amount 
	 */
	public function set_keyword_amount($var) {
		if ($var) self::$keyword_amount = $var;
	}