jQuery(document).ready(function(){ 
	jQuery("#Dodajreferenco").click(function() {
		getData("namestitev/moduli/mod_reference/proces.php?id=pokazi", "ReferencePokazi");
		jQuery("#ReferencePokazi").fadeIn()	
	});	 
	jQuery("#Dodajpartnerja").click(function() {
		getData("namestitev/moduli/mod_reference/proces.php?id=pokaziPartner", "PartnerjiPokazi");
		jQuery("#PartnerjiPokazi").fadeIn()	
	});	 
});	 
