//VerifyForm Profanity filter List functions v1.0.
function VFProfan() { 
	plist = "poopoo, kaka, peepee, jerkoff, @#+&*";
	return plist;
}