// JavaScript Document
function p2_ucitaj_sadrzaj(html_src)
{
	new Ajax.Updater('main_sadrzaj', html_src, { method: 'get' });
}

