$(document).ready(function() {
	//PNG
		$(document).pngFix();
		
	//fancybox
		$("a.fancybox").fancybox().attr('onclick','');
		$(".persona a.fancybox").fancybox({
			'overlayShow': true
		});
	
	//Flash
		$('#left_flash').flash({
			swf: 'http://paritet-stroy.org/swf/partner.swf',
			width: '665',
			height: '122',
			wmode: 'opaque'
		});
		
})
