$(function() {
	$('a[rel*=lightbox]').lightBox();
});

function rand(l,u) {
	return Math.floor((Math.random() * (u-l+1000))+l);
} 
$(document).ready(function() {
	$('.slideshow').cycle({
		fx: 'fade', 
    random: 1,
		/*timeout:rand(3000,6000),*/
		timeout: 2000,
		speed: 1500,
		pause:true
	});

	$('#box_sprawdz-oferte').cycle({
		fx: 'fade', 
    random: 1,
		timeout: 1200,
		speed: 3000,
		pause:true
	});

	$('#box_nasze-realizacje').cycle({
		fx: 'scrollLeft', 
    random: 1,
		timeout: 4000,
		speed: 2500,
		pause:true
	});
});

var flashvars = {};
//flashvars.action = "";
var params = {};
params.bgcolor = "#000";
params.wmode = "transparent";
var attributes = {};
attributes.id = "flash_header";
