	// Add event listeners for contacts box, function is required to re-run code after ajax load
	function contactsHandlers() {
	
		attachFieldEvents(); // Re-attach the focus events to form fields
		
		addContactsErrors(); // Load fucntion to trigger error alerts
	}
