function brstonewline(element_id, html, body) {html = html.replace(//gi, "\n");return html;}function insertHTML(html) {tinyMCE.execCommand("mceInsertContent",false, html);}tinyMCE.init({mode : "exact",elements : "comment",theme : "advanced",theme_advanced_buttons1 : "bold,italic,underline,|,strikethrough,|,bullist,numlist,|,undo,redo,|,link,unlink,|,removeformat",theme_advanced_buttons2 : "",theme_advanced_buttons3 : "",theme_advanced_toolbar_location : "top",theme_advanced_toolbar_align : "left",theme_advanced_statusbar_location : "none",theme_advanced_resizing : false,theme_advanced_resize_horizontal : false,theme_advanced_disable : "code",force_p_newlines : false,force_br_newlines : true,forced_root_block : "",gecko_spellcheck : true,content_css : "http://chismetime.com/wp-includes/js/tinymce/wordpress.css",directionality : "ltr",save_callback : "brstonewline",entity_encoding : "raw",plugins : "",extended_valid_elements : "a[name|href|title],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style],blockquote[cite]",language : ""});var subBtn = document.getElementById("submit");if (subBtn != null) {subBtn.onclick=function() {var inst = tinyMCE.getInstanceById("comment");document.getElementById("comment").value = inst.getContent();document.getElementById("commentform").submit();return false;}}