$(document).ready(function() {
   $(".pngFix").pngFix();
   if (typeof window['checkCookie'] == 'function') checkCookie();
   if (typeof window['checkFlash'] == 'function') checkFlash();
   if ($("#gallery a[rel=fancy]").length) $("#gallery a[rel=fancy]").fancybox({ 'hideOnContentClick': true, 'overlayShow': true, 'overlayOpacity': 0.5, 'speedIn': 1000, 'speedOut': 600, 'titlePosition': 'inside', 'transitionIn': 'elastic', 'transitionOut': 'elastic' });
});
