$j(document).ready(function(){

$j("#FooterContainer").load("./includes/Footer.html");
$j("#LeftMenu").load("./includes/Navigation.html");
});