/*	
*/

$(function() {
	
	$.get("_site-header.html", function(data) {
	    $("#site-header").html(data);
	  });
	
	
});


