var dys=new Dystrybutorzy();

function Dystrybutorzy()
{
	this.wczytaj=function(p)
	{
		Ajax(p,
			 "",
			 'zmienny_div',
			 '');
	}
}
