document.write('<style>div.content-left-promo .object img {display:none;}</style>');
$(document).ready(function() {	   $("div.content-right-cars div.item,div.content-right-cars .viac").hover(			      function () {			        $(this).css({cursor:"pointer"});			      }, 			      function () {		    	  			      }			    );
	   $("div.content-right-cars div.item,div.content-right-cars .viac").click(function(){			location.href=$(this).children("a").attr("href");	   });
	   
	   $(".autopark tr,.cennik2 tr").hover(
			      function () {
			        $(this).children("td").addClass("hover");
			        
			      }, 
			      function () {		    	  
			    	  $(this).children("td").removeClass("hover");  
			      }
			    );
	   
	   $(".cennik2 tr").click(function(){		   
		 location.href = $(this).children("td:first").children("a").attr("href");
	   })
	   
	   var groups = ($(".cena").text()).split('');
	   $(".cena").html('<span>'+groups.join('</span><span>')+'</span>');
	   
	   $(".autopark-menu a").click(function(){
		   $(".autopark-menu a").removeClass("active");   
		   $(this).addClass("active");
		   $(".hierarchy").hide();		   
		   $("#h"+ $(this).attr("rel")).show();
		   return false;
			
	   });
	   
	   $("#homepage-flash .object ul").cycle();
});

$(window).load(function(){
	   $(".lavaLamp").lavaLamp({
		    fx: "easeOutExpo",
		    speed: 900
		   });
	   
	   $(".lavaLamp2").lavaLamp({
		    fx: "easeOutExpo",
		    speed: 600
		   });	
})





