$(document).ready(function(){
$('textarea.tinymce').tinymce({
				script_url : 'engine/editor/tinymce/jscripts/tiny_mce/tiny_mce.js',
				theme: "advanced",
				plugins : "advhr,advimage,advlink,insertdatetime,searchreplace,contextmenu,paste,directionality",
			 	theme_advanced_buttons1_add_before : "newdocument,separator",
				theme_advanced_buttons2_add : "fontselect,fontsizeselect",
				theme_advanced_toolbar_location : "top",
				theme_advanced_toolbar_align : "left",
				plugi2n_insertdate_dateFormat : "%Y-%m-%d",
				plugi2n_insertdate_timeFormat : "%H:%M:%S",
				theme_advanced_resizing : true,
				theme_advanced_resize_horizontal : false,
				paste_auto_cleanup_on_paste : false,
				paste_convert_headers_to_strong : true,
				paste_strip_class_attributes : "all",
				paste_remove_spans : false,
				paste_remove_styles : false,
				width:400,
				height:400
   			});

                        $("#navigation").treeview({
                          persist: "location",
                          collapsed: true,
                          animated: "fast"
                        });
                       
                         $(".tablesorter").tablesorter({
                                sortList:[[0,0]]
                        });

                       
						   });


