$(document).ready(function() {
		Shadowbox.init();
		$('.realizacje_short img').css({'opacity': .8});
		$('.realizacje_short img').hover(function() {
		$(this).animate({opacity: 1},200);
		},function () {
		$(this).animate({opacity: .8},300);
		});
		$('#email-cloaking').attr("href", "mailto:poczta@web-project.com.pl");
		$('#email-cloaking').html("poczta@web-project.com.pl");
		
		});
$(function(){
    $('.realizacje_short img').bubbleup({tooltip: true, scale:80});
});


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

