// JavaScript Document
$(function() {

	// footer include call
	$("#footer").load("includes/footer.html");
	
	$("#masthead").load("includes/masthead.html");

	


});