$(document).ready(function(){	

	$('#images').jshowoff({
		controls: false,
		links: false,
		speed: 10000,
		changeSpeed: 4500
	});
	
	$('.thumbnails a').colorbox({
		maxWidth: "100%",
		maxHeight: "100%",
		slideshow: true,
		slideshowSpeed: 3000,
		slideshowStart: "rozpocznij pokaz slajdów",
		slideshowStop: "zatrzymaj pokaz slajdów",
		current: "{current} z {total}"
	});
	
});	

function writeFB(){
	document.write('<fb:fan profile_id="448178360530" stream="0" connections="10" logobar="0" width="180" height="450" ></fb:fan>');
}