$(document).ready(function(){
    $('.header').load('includes/header.html',function(){
        if($.section!=undefined) $('#'+$.section).attr('class','section');
    });
    $('.footer').load('includes/footer.html');
});
