function(data) {
$.each(data.items, function(i,item){
// alert(i+"="+item.label+"<br/>"+item.site+"<br/>"item.long+"<br/>"item.latt+"<br/>"item.label+"<br/>");
L.marker([item.long, item.latt]).addTo(cartofab).bindPopup("<b><a href="+item.site+" target=\"_blank\">"+item.label+"</a></b><br/>"+"op"+"<br/>"+structure);