	var images = $('.galeria_o');
	for(var i=0; i<images.length; i++) {
	images[i].onerror = function() {
	this.style.display = 'none';
	this.parentNode.rel = "";
	}
	}
	
	var images2 = $('.miniaturka');
	for(var i=0; i<images2.length; i++) {
	images2[i].onerror = function() {
	//this.src = "img/default_min.png";
	this.style.display = 'none';
	this.parentNode.style.display = 'none';
	this.alt = "logotyp towarzystwa";
	}
	}
	
	var images3 = $('.miniaturka2');
	for(var i=0; i<images3.length; i++) {
	images3[i].onerror = function() {
	this.src = "img/default_min2.png";
	this.alt = "logotyp towarzystwa";
	}
	}
	
	var images4 = $('.miniaturka4');
	for(var i=0; i<images4.length; i++) {
	images4[i].onerror = function() {
	this.style.display = 'none';
	this.alt = "logotyp towarzystwa";
	}
	}
