jQuery(document).ready(function($) {
        $(function() {
                $('#comment').wysiwyg();
            });
    });
