tinyMCE.init({
  mode : "textareas",
  theme : "advanced",
  skin : "o2k7",
  skin_variant : "silver",
  language : "de",
  plugins : "safari,paste,nonbreaking,insertdatetime",
  theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,undo,redo,|,bullist,numlist,|,link,unlink,insertdate,forecolor,|,removeformat,visualaid",
  theme_advanced_buttons2: "",
  theme_advanced_buttons3: "",
  theme_advanced_buttons4: "",
  theme_advanced_toolbar_location : "top",
  theme_advanced_toolbar_align : "left",
  theme_advanced_statusbar_location : false,
  theme_advanced_path : false,
  content_css : "./lib/tiny/css/editor.css",
  plugin_insertdate_dateFormat : "%d.%m.%Y - %H:%M:%S"
});

