jQuery(function() {	
  jQuery('.wymeditor').wymeditor({
        // stylesheet: '/stylesheets/wymeditor.css',
        skin: 'custom'
    });
});