$(document).ready(function(){  
      
    // find element with ID of "target" and put file contents into it  
    $('#footer').load('footer.html'); 
      
}); 
