var msgForm = new Validate();

msgForm.addRules
(
	{
		id:		'contents',
		option:	'required',
		error:	'ご意見をご記入ください'
	}
);


