var zdjecia=new Zdjecia();

function Zdjecia()
{
	this.podmien=function(obj,id,s,n)
	{
		$(id).src=obj.src.replace(s,n);
	}
}
