var editor=0; function run(){ $.ajax({ url: "http://www.life-stories.ru/ajax/editor.php", type: "POST", data: ({action:1}), async: false }); editor=2; if(typeof tinyMCE != 'undefined') { tinyMCE.init({ mode : "textareas", theme : "advanced", skin : "o2k7", content_css: "http://www.life-stories.ru/design/tiny.css", language : "ru", skin_variant : "black", spellchecker_languages : "+Russian=ru", spellchecker_rpc_url : "http://www.life-stories.ru/tinyspell.php", spellchecker_word_separator_chars : '\\s!"#$%&()*+,./:;<=>?@[\]^_{|}\xa7 \xa9\xab\xae\xb1\xb6\xb7\xb8\xbb\xbc\xbd\xbe\u00bf\xd7\xf7\xa4\u201d\u201c', plugins : "safari,spellchecker,style,table,advhr,emotions,iespell,inlinepopups,contextmenu,paste", theme_advanced_buttons1 : "copy,paste,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,forecolor,backcolor|,charmap,emotions,|,fontsizeselect,|,undo,redo,spellchecker,", theme_advanced_buttons2 : "", theme_advanced_buttons3 : "", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "left", theme_advanced_statusbar_location : false, theme_advanced_resizing : false, template_replace_values : { username : "www.life-stories.ru", staffid : "991234" } }); } } $(document).ready(function() { $("#sex_m").attr("checked","false");$("#sex_w").attr("checked","true");$(".good").addClass('passive_b'); $(".good").removeClass('good'); $(".bad").addClass('passive_b'); $(".bad").removeClass('bad'); });