<!-- TinyMCE -->
<script type="text/javascript" src="tiny_mce/tiny_mce.js"></script>
<script type="text/javascript">
        tinyMCE.init({
                mode : "textareas",
                theme : "advanced",
                plugins : "safari,pagebreak,style,layer,advhr,iespell,preview,searchreplace,paste",
                theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,hr,|,cut,copy,paste,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,justifyleft,justifycenter,justifyright",
                theme_advanced_buttons2 : "",
                theme_advanced_toolbar_location : "top",
                theme_advanced_toolbar_align : "left"
        });
</script>
<!-- /TinyMCE -->