//Runs all custom jQuery and functions
$(document).ready(function(){
	$('#header').load("/includes/header.htm");
	$('#leftColumn').load("/includes/leftCol.htm");
	$('#footerText').load("/includes/footer.htm");
});
