function NovalidStr(content)
{
	if(content.indexOf("www.mintmail") != -1) return false;
	return true;
}