$(function(){
	$("textarea#editor").fck({path: '/js/fckeditor/'
		,toolbar: "Blog"
		,height: $(this).height()
	});
	$("textarea#news_header").fck({path: '/js/fckeditor/'
		,toolbar: "Blog"
		,height: 300
		,width: 600
	});
	$("textarea#event_address").fck({path: '/js/fckeditor/'
		,toolbar: "Blog"
		,height: 300
		,width: 600
	});
	$("textarea#event_price").fck({path: '/js/fckeditor/'
		,toolbar: "Blog"
		,height: 300
		,width: 600
	});
	$("textarea#news_text").fck({path: '/js/fckeditor/'
		,toolbar: "Blog"
		,height: 350
	});
	$("textarea#event_report").fck({path: '/js/fckeditor/'
		,toolbar: "Blog"
		,height: 300
		,width: 600
	});
	$("textarea#event_moderator_msg").fck({path: '/js/fckeditor/'
		,toolbar: "Blog"
		,height: 300
	});
	
});

