/** jquery - po załadowaniu całego dokumentu */
$().ready(function() { 


    $('#b_b_r_t_right').mouseenter(function(){
		$('#b_b_r_t_right').css('background-image','url(_gfx/rodlo2_09_on.jpg)');
		//alert('a');
    }).mouseleave(function(){
	  $('#b_b_r_t_right').css('background-image','url(_gfx/rodlo2_09.jpg)');
	  	//alert('b');
    }).click(function(){
		location.href='http://www.zhp.olsztyn.pl/forum/index.php';
    });


    $('#naglowek').click(function(){
            location.href='index.php';
    });
	
	/** galeria*/
	$("a[rel^='okienko']").prettyPhoto({theme:'facebook'});






////facebook
        $("#wysuwane").css("left","-210px");

        $("#wysuwane").hover(
          function () {
            $("#wysuwane").animate({left: "0px"}, 1000 );
                $(this).addClass("zamknij");
          },
          function () {
            $("#wysuwane").animate({left: "-210px"}, 1000 );
                $(this).removeClass("zamknij");
          }
        );



	
	
	
});	
	
