
$(document).ready(function(){
	
	$('.xAF_branches .vcard:nth-child(2)').hide();
	
});

