var hashes = window.location.href.slice(window.location.href.indexOf('?') + 1,window.location.href.indexOf('?') + 2);

$(document).ready(
	function() 
	{ 
		$(".tab tr:odd").children().addClass("odd");
		$(".long_red table").attr("cellspacing", "2");
		
		/* centrowanie popup gallery */
		
		/*$(".product_image > a").click(function() {
			var width = $("#galeria-box").width();
			var height = $("#galeria-box").height();
			$("#galeria-box").css("margin-left", -width/2);
			$("#galeria-box").css("margin-top", -height/2);
		});*/
		
		if (hashes.indexOf('k') == 0) 
		{
			$('.promotion').css("background", "#fff").css("padding", "6px").css("border","1px #d3d3d3 solid").css("height","auto");
			$('.promotion div').css("margin-left", "0px");
		}
		
	}
	
	
);
