tinyMCE.init({
//mode : "textareas",
mode : "exact",
elements : "blogform,postform",
theme : "advanced",
language : "en",
theme_advanced_layout_manager : "SimpleLayout",
theme_advanced_buttons1 : "bold,italic,underline,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,bullist,numlist,outdent,indent,cut,copy,paste,undo,redo,link,unlink,cleanup,hr,removeformat",
theme_advanced_buttons2 : "formatselect,fontselect,fontsizeselect,sub,sup,forecolor,backcolor,charmap,visualaid,anchor,spellchecker",
theme_advanced_toolbar_location : "top"
});
