

$(document).ready(function(){

$('#header').load('inc/header.html');
$('#footer').load('inc/footer.html');
$('.cart').corner();
});

