$().ready(function(){
	$(".powieksz").attr('rel','lightbox-foty');
	$("tr:odd").addClass("row1");
	$("tr:even").addClass("row2"); 
});





