﻿function check()
	{
	if (postcmt.username.value=="" || postcmt.title.value=="" || postcmt.company.value=="" || postcmt.content.value=="")
		{
			alert("Username, Feedback Theme, Company Name, Advisory Content Required;Please complete the required information, Thank you!");
			return(false);
		}
	return(true);
	}