
jQuery.fn.reverse = function() { return this.pushStack(this.get().reverse(), arguments); };

$(function(){ try {

	//swfobject.embedSWF('/page/flash/top.swf','topflash','981','451','10.0.0','',oTopFlashVars,{menu:'false',allowfullscreen:'true',allowscriptaccess:'sameDomain'});
	$('a[rel~=external]').attr('target','_blank');
	$('a[rel~=lightbox]').lightBox({ imageBlank: '/page/images/lightbox-blank.gif', imageLoading: '/page/images/lightbox-ico-loading.gif', imageBtnClose: '/page/images/lightbox-btn-close.gif', imageBtnPrev: '/page/images/lightbox-btn-prev.gif', imageBtnNext: '/page/images/lightbox-btn-next.gif', txtImage: 'Zdjęcie', txtOf: 'z' }); 

	$('select[name=ilosc]').change(function(){
		var url = new pb_url(window.location.href);
		url.query('ilosc',$(this).val());
		window.location.href = ""+url;
	});

} catch(err) { alert(["ERROR",err]); }; });

