$(document).ready(function(){
	//FILE INCLUDES
	$('#header').inc('includes/header.html', null, function() {});
	$('#services').inc('includes/menu-services.html', null, function() {});
	$('#aboutUs').inc('includes/menu-about-us.html', null, function() {});
	$('#ourPeople').inc('includes/menu-our-people.html', null, function() {});
	$('#ourOffice').inc('includes/menu-our-office.html', null, function() {});
	$('#contactUs').inc('includes/menu-contact-us.html', null, function() {});
	$('#footerContent').inc('includes/footer.html', null, function() {});
});/*CLOSING BRACKETS*/
