<% '-- news -- Const News_UseLanguageFilter = False Const News_AllowUBB = True Const News_AllowSmilies = False Const News_AllowImages = False '-- comments -- Const Comments_UseLanguageFilter = True Const Comments_AllowUBB = True Const Comments_AllowSmilies = False Const Comments_AllowImages = False '-- swearword filter - enclose words in dblquotes, comma delimited with no spaces -- Const Naughty_Words = "fuck,shit,bastard,cunt,twat" '-- file autogeneration on posting new stuff -- Const AutoGenerateFile = False Const AutoGenerateHeadlines = False %>