$().ready(function() {
    var config = {
        toolbar:
        [
            ['Bold','Italic','Underline','Strike', 'Format', '-', 'JustifyLeft',
            'JustifyCenter','JustifyRight','JustifyBlock', '-', 'NumberedList',
            'BulletedList', '-', 'TextColor','BGColor', '-', 'Link', 'Unlink',
            '-', 'Image', 'Source']
        ],
        filebrowserImageBrowseUrl : '/js/ckfinder/ckfinder.html', // images/fotky
        filebrowserImageUploadUrl : '/js/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Images&currentFolder=/cars/'
					
    };

    $('.jquery-ckeditor').ckeditor(config);
});

