tinyMCE.init({ 
	mode : "textareas", 
	theme : "advanced", 
	plugins : "safari,spellchecker",
	theme_advanced_buttons1 : "bold,italic,link,unlink,blockquote,code", 
	theme_advanced_buttons2 : "", 
	theme_advanced_buttons3 : ""
});