tinyMCE.init({ 
    mode : "textareas", 
    theme : "advanced",
    theme_advanced_toolbar_location : "top",
    theme_advanced_buttons1 : "bold,italic,underline,bullist,numlist,link,unlink,image,blockquote,cleanup,formatselect,code",
    theme_advanced_buttons2 : "",
    theme_advanced_buttons3 : "",
    theme_advanced_blockformats : "p,h3,h4,blockquote",
    content_css : "http://calendar.oregonstate.edu/css/default.css,http://calendar.oregonstate.edu/css/screen.css"
})

