if(thisUrl){
	$.ajax({
		  url: thisUrl,
		  success: function(responseText){
			 $("#wyniki").append(responseText);
		  }
	   }
	)
}
