$(function () {
$('.header').load('/common/header.html');
$('.footer').load('/common/footer.html');
new WOW().init();
});