tinyMCE.init({
convert_newlines_to_brs : true,
force_br_newlines : true,
force_p_newlines : false,
convert_fonts_to_spans : true,
cleanup : true,
mode : "textareas",
auto_reset_designmode : true,
relative_urls : false,
remove_script_host : true,
theme : "advanced",
plugins : "table,advhr,image,link,emotions,insertdatetime,preview,zoom,flash,searchreplace,print,contextmenu",
theme_advanced_buttons1 :
"bold,italic,underline,separator,"+
"link,separator,"+
"cut,copy,paste,separator,"+
"preview,zoom,separator,forecolor,backcolor",
theme_advanced_buttons2 :
"fontselect,fontsizeselect,separator,emotions,advhr",
theme_advanced_buttons3 : "",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "center",
theme_advanced_path : "false",
plugin_insertdate_dateFormat : "%Y-%m-%d",
plugin_insertdate_timeFormat : "%H:%M:%S",
extended_valid_elements : "a[href|target|title],hr[width|size|noshade],font[face|size|color|style],span[align|style]",
document_base_url : "http://www.livinginperu.com/",
width : "500",
theme_advanced_source_editor_width : "500",
theme_advanced_source_editor_height : "250",
height : "250"
});
</script>