$(document).ready(function() {
	
	// LOADS LOCAL LINKS
	$('.privacy')			.load('inc/localNav.html .local_privacy');
	$('.legal')						.load('inc/localNav.html .local_legal');
	$('#sb_contacts, .contacts')	.load('inc/localNav.html .local_contacts');
	
	
	
	
	// OPTS to delete either entire utilityNav or either element for local overrides.
	// you can also delete the entire "#utilities' nav div in the html, but then you have to put it back in when you want it (?)
	$('#utilities')		.hide(10);
	$('#select_language')	.hide();
	$('#client_login')	.hide();
});
