$(document).ready(function(){
  $(".texyla").texyla({
    iconPath: "/images/texyla-icons/%var%.png",
    toolbar: ['h2','h3','bold','italic',null,'link',null,'left','center','right',null,'ul','ol',null,'table'],
    previewPath: '/data/preview/'});
  $('a').filter(function() { return this.hostname && this.hostname !== location.hostname; }).addClass('external').click(function() { window.open(this.href);return false; });
  $('.zSoubor a').addClass('external').click(function() { window.open(this.href);return false; });
  $('.galerie').hover(function(){ $(this).css('background-color', '#bdc9bc'); }, function(){ $(this).css('background-color', 'transparent'); });
});
