function getRef(id,lang) {
	$.get("/modules/k_referenzen/get.php?id="+id+"&lang="+lang,function(data){ 
   		$("#referenz").html(data);
   	});
} 
