$(document).ready(function(){
	// light box
	$(".lightbox").lightbox();
	//  include header
	$("#header").load("inc/header.html");
	//  include footer
	$("#menu-footer").load("inc/footer.html");
});
