$(document).ready(function() {
	// WYWOŁANIE FLASHA

	 $('#flash').flash({
	  src: 'klip.swf',
	  width: 512,
	  height: 330,
	  wmode: 'transparent'
	  });
	  
});


