/**
 * @author Pete
 */
$(document).ready(function(){
	SyntaxHighlighter.all();
	$('#CommentHtml').wysiwyg();
});