<!--

$(document).ready(function() {
    
    $(".reference img").fadeTo(1,0.7);
    
    $(".reference a.img").fancybox({
    				'titlePosition'		: 'outside',
    				'overlayOpacity' : 0.7,
    				'overlayColor'   : '#000'
    });
    
    $(".kontakt").each(function () {
      var text1 = $(this).html();
      $(this).html(text1.replace("[at]","@"));
    });
    
    $(".reference img").hover(function() {
        $(this).fadeTo(250,1);
    }, 
      function () {
        $(this).fadeTo(250,0.7);
    });
    
});

var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-18105546-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();


$(document).append('<img src="http://toplist.cz/dot.asp?id=1127165&amp;http='+escape(document.referrer)+'&amp;wi='+escape(window.screen.width)+'&amp;he='+escape(window.screen.height)+'&amp;cd='+escape(window.screen.colorDepth)+'&amp;t='+escape(document.title)+'" width="0" style="border: none;" height="0" alt="TOPlist" />');

//-->

