$(document).ready(function() {
	$('img[align="left"]').css({'margin-right':'10px', 'border':'2px solid #ccc','padding':'1px','background':'#fff'});
	$('img[align="right"]').css({'margin-left':'10px', 'border':'2px solid #ccc','padding':'1px','background':'#fff'});
	$('div.ngg-gallery-thumbnail a').lajtbox({opacity:'0.6'});
	
	$('a.encode').each(function(){
		adresat = $(this).attr('href');
		domena = $(this).attr('rel');
		poczta = adresat +"@"+ domena;
		$(this).attr('href', 'mailto:'+poczta);
		$(this).html(poczta);
	});
	$('#flashVideo').html('<iframe title="YouTube video player" width="450" height="290" src="http://www.youtube.com/embed/WfW4Anysj-0" frameborder="0" allowfullscreen></iframe>');
	/*
	$('a#playVideo').click(function() {
		$(this).fadeOut('slow', function() {
			$('#flashVideo').html('<object width="450" height="300"><param name="movie" value="http://www.youtube.com/v/OZ3LoVB4pDc?fs=1&amp;hl=pl_PL"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/OZ3LoVB4pDc?fs=1&amp;hl=pl_PL" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="450" height="300"></embed></object>');
			
			var flashvars = {};
			var params = {menu: "false",wmode: "transparent"};
			var attributes = {id: "flashVideo",name: "flashVideo"};
			swfobject.embedSWF("/wp-content/themes/patrycja/_swf/zdumiewajace.swf", "flashVideo", "450", "300", "9.0.0","/wp-content/themes/patrycja/_swf/expressinstall.swf", flashvars, params, attributes);
			
		})
		
		
		return false;
		
	});
	*/
});


