// This was breaking the code for the AJAX login. I guess AJAX returns the code to the view but never satisfies the .ready() function
// $(document).ready(function() { 
     tinyMCE.init({
         theme : "advanced", // or "simple"
      		mode : "specific_textareas",
	editor_selector : "mceEditor",
        convert_urls : false
     });
// });
