// JavaScript Document
$(function() {

	// masthead include call
	$("#masthead").load("include_masthead.html");
	
	
	// nav include call
	$("#navigation").load("include_navigation.html");
	
	
	// content include call
	$("#centerstage").load("body_home.html");
	
	// content include call
	$("#quote").load("quotes.html");


});
