$(document).ready(
	function() {
		$('#flashLogo').flash(
			{	
				src: 'images/jezykowe.swf',
				width: 410,
				height: 130,
				wmode: 'transparent'
			}
			
		);
		
		$('#flash1').flash(
			{	
				src: 'images/dzieci1.5.swf',
				width: 505,
				height: 30,
				wmode: 'transparent'
			}
			
		);
		
		$('#flash2').flash(
			{
				src: 'images/zerowka.swf',
				width: 260,
				height: 115,
				wmode: 'transparent'
			}
		);
	}
);
