$(document).ready(function(){
	//$(".projekt_www img").corner();
	//$(".projekt_www").backOpacity();
	if(!($.browser.msie)){
		$(".projekt_www").corner("round 2px");
	}
	
	// no spam
	$('#dziubakontakt').nospam({
		replaceText: true,
		filterLevel: 'normal'
	});
});
// ShadowBox

Shadowbox.init({
	overlayOpacity: 0.9
	});


// Google Analitics
 
 var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-12215735-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';
    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
  })();



