<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
</script>
<script>
$(document).ready(function(){
$("#test").load ("#header.html");

});
});
</script>
</head>

<body>
<div id="test"></div>
</body>
</html>


heres the source code