// JavaScript Document
	$(document).ready(function(){
		$("a[rel='lightbox']").colorbox({transition:"fade"});
		$("a[rel='gallery']").colorbox({transition:"fade"});
		
		$(".akceButton").click(function(){
			$("#slidingDiv").slideToggle("slow");
		  });
		  
		$(".akceButtonClose").click(function(){
			$("#slidingDiv").slideToggle("slow");
			return false;
		  });
		
		/*
		var windWidth = $(window).width();
		var buttonPos = windWidth/2 - 62;
		$('#slidingDiv').css('width', windWidth + 'px');
		$('.akceButton').css('left', buttonPos + 'px');
		*/
		
		$("#slidingDiv").animate({
			opacity: 0.9,
		  }, 0 );
		  
		$(".akce").animate({
			opacity: 1,
		  }, 0 );
		  
		$.ajax({
			  url: "/pocetZobrazeniBanneru.php",
			  type: "GET",
			  dataType: "html",
			  async:false,
			  success: function(htmlStr){
				  var pocetZobrazeniBanneru = htmlStr;
				  var pathname = window.location.pathname;
				  if( pathname == '/' && pocetZobrazeniBanneru == '0' ) {
					  $('#slidingDiv').css('display', 'block'); 
				  }
			  }
		});	
			


	});
	
	var _gaq = _gaq || [];
	_gaq.push(['_setAccount', 'UA-25492525-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);
	})();
	
	
	function Toplist() {
	   document.write('<img src="http://toplist.cz/count.asp?id=1195094&amp;logo=s&amp;http='+escape(document.referrer)+'&amp;t='+escape(document.title)+'&amp;wi='+escape(window.screen.width)+'&amp;he='+escape(window.screen.height)+'&amp;cd='+escape(window.screen.colorDepth)+'" width="14" height="14" border=0 alt="TOPlist" />'); 
	}
