$(document).ready(function() {
$('textarea').css('width','95%');
$('textarea').wysiwyg();


});