Event.add(window, 'load', function()
{
	if(I('thread_form'))
	{
		Require.module('wysiwyg', function()
		{
			new Wysiwyg({
				target: 'thread_body',
				resize: true
			});
		});
	}
});
