// ----------------------------------------------------------------
	$(document).ready( function() {
// ----------------------------------------------------------------

// --------------------------- external links

			$('a[rel="external"]').click( function() {
        		window.open( $(this).attr('href') );
        		return false;});
			
// --------------------------- no spam mail

			$('a[rel="mail"]').each( function() {
			   this.href = this.href.replace('(at)',"@");
       		   return true;});

// --------------------------- blur remove

			$("a").focus(function() {
  			$(this).blur();
			});
			
			$("input.radio").focus(function() {
  			$(this).blur();
			});			


// --------------------------- accordion
	$.easing.def="jswing";
	$('.teksty_utworow_btn h3').click(function(e){var a=$(this).parent().next();
		$('.teksty_utworow_content').not(a).slideUp('slow');
		a.slideToggle('slow');
		e.preventDefault()
		})

// --------------------------- galeria

   $('#galeria a.kbtw-gallery').lightBox();

// ----------------------------------------------------------------
		});
// ----------------------------------------------------------------

Cufon('h1.tytul');
