// JavaScript Document

 $(window).load(function() {
  
$("#footer").pinFooter();

});

$(window).resize(function() {
$("#footer").pinFooter();
});
