tinyMCE.init({
        theme								: 'advanced',
        mode								: 'specific_textareas',
        editor_selector						: 'mceEditor',
		width								: 640,
		height								: 240,
		
		theme_advanced_toolbar_location		: 'top',
		theme_advanced_toolbar_align		: 'left',
		theme_advanced_statusbar_location	: 'bottom',
		theme_advanced_resizing				: true,
		theme_advanced_resize_horizontal	: false,
});


var $j = jQuery.noConflict();

$j(document).ready(function(){
	
	$j('form.validate').validate();
	
});
