$(function() {
    $('textarea.tinymce').tinymce({
		// Location of TinyMCE script
		script_url : 'http://www.tip-top.sebastopol.ua/wp-content/themes/tip-top/js/tiny_mce/tiny_mce.js',
        // General options
		theme : "simple",
		width : "520",
		height: "162",
		plugins : "pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",

        // Theme options
        theme_advanced_toolbar_location : "top",
        theme_advanced_toolbar_align : "left",
        theme_advanced_statusbar_location : "bottom",
        theme_advanced_resizing : true,
        // Example content CSS (should be your site CSS)
        content_css : "http://www.tip-top.sebastopol.ua/wp-content/themes/tip-top/css/tiny_mce.css"
    });
});
