$(document).ready(function() {

  // header
  if ($('div#animation').length > 0) {
    $('div#animation').media({
      src: 'http://www.jss.cz/_layout/_flash/header.swf',
      bgColor: 'transparent',
      width: 1200,
      height: 223,
      attrs: { allowScriptAccess: 'always', wmode: 'transparent', quality: 'high' },
      params: { allowScriptAccess: 'always', wmode: 'transparent', quality: 'high' },
      caption: false
    });
  }

  // gallery
  $('a[rel^="lightbox"]').prettyPhoto({
    'theme' : 'facebook',
    'social_tools' : false,
    'show_title': false,
    'slideshow' : false
  });

});

