var Prices = new Array();
Prices["cash_courier"] = 15;
Prices["cash_post"] = 15;
Prices["cash_before"] = 0;
Prices["cash_after"] = 2;

$(document).ready(function() {
	$('.slideshow').cycle({ 
  			fx:    'fade', 
  			speed:  4000,
		timeout: 5000
	});
	$('.LeftBoxSlide').cycle({ 
  			fx:    'scrollLeft', 
  			speed:   1000 ,
		timeout: 5000
	});
	$('#loginBox').load('php/funkcje_logowanie.php');
	$('#logo').click(function (){// co tu dodac
	});
	$('#searchimg').click(function (){
		$('form#searchform').submit();
	});
});
