function submitCommentRequest(frmObj)
{
	if(frmObj.vShoutComment.value == "")
	{
		alert('Please Write Comment');
		frmObj.vShoutComment.focus();
		return false;
	}
}
