/*var hashes_index = window.location.href.slice(window.location.href.indexOf('?') + 1,window.location.href.indexOf('?') + 2);

var hashes_parms = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&');
var value = hashes_parms[0].split('=');*/

$(document).ready(function(){	

	$('.brown .shortBoxContent table tr:odd td').css('background','#f4efe4')
	
	var promo = $(".promotion span:eq(0)").text();
	
	if (promo != "Promocja!" )
	{
		$('.promotion').css(
			{
				'background':	'#fff',
				'padding'	:	'6px',
				'border'	:	'1px #6ab7d1 solid',
				'height'	:	'auto',
				'margin'	:	'0 0 7px 10px',
				'line-height'	:	'16px'		
			}
		);
	}
	 
});
