markItUpSettings_forumBBCode = {
	nameSpace: 'forumBBCode',
	previewParserPath: '~/sets/ForumBBCode/Parser.aspx',
	markupSet: [
		{ name: 'Bold', key: 'B', openWith: '[b]', closeWith: '[/b]', className: 'buttonBold' },
		{ name: 'Italic', key: 'I', openWith: '[i]', closeWith: '[/i]', className: 'buttonItalic' },
		{ separator: '---------------' },
		{ name: 'Link', key: 'L', openWith: '[url=[![URL]!]]', closeWith: '[/url]', placeHolder: '...', className: 'buttonLink' },
		{ name: 'Quote', openWith: '[quote]', closeWith: '[/quote]', className: 'buttonQuote' },
    ]
}