	//Shadowbox.loadSkin('classic', '/js/shadowbox/skin');
	//Shadowbox.loadLanguage('pl', '/js/shadowbox');
	//Shadowbox.loadPlayer(['html', 'iframe', 'img', 'swf'], '/js/shadowbox/player');
	Sbinit = function() {
		var opts = {language:'pl',players:['html', 'iframe', 'img', 'swf' ],onClose: function() {}};
		$('.shadowbox').each( function(){ 
		    if( $( this ).attr( 'href' ).substr( 0, 1 ) == '#' ) {
			$( this ).attr( 'href', $( this ).attr( 'href' ).substr( 1 ) );
		    }
		});
		Shadowbox.init( opts );
	}
	//addLoadEvent( Sbinit );
	

