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