jQuery(document).ready(function() {
   jQuery('#mycarousel').jcarousel({ scroll : 1 });
   $("#czy_wiesz_ze_cycle").cycle({ fx: 'scrollHorz', speed: 700, timeout: 0, prev: '#czy_prev', next: '#czy_next' });

    $("a.fancybox").fancybox({
         'overlayOpacity'	:	0.8,
   		'overlayColor'		:	'white',
         'overlayShow'		:	true
    });

   var body_width = $('body').width();
   var pos_off = body_width-50 +'px';
   var pos_on_f  = body_width - 310 +'px';
   pos_off = '-300px';
   pos_on_f  = '0px';
   var pos_on_y  = body_width - 530 +'px';
   $('#facebook').css('left',pos_off);
   $('#youtube').css('left',pos_off);

	$('#facebook').mouseover(function(){
		$(this).stop();
		$(this).animate({left : pos_on_f  },500);
		$(this).css('zIndex' , '1003');
	});
	$('#facebook').mouseout(function(){
		$(this).stop();
		$(this).animate({left : pos_off },500);
		$(this).css('zIndex' , '1001');
	});

});

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-18076167-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);
  })();

