$(function() {
$('#footerSlideButton').click(function () {
$('#footerSlideContent').slideToggle();
});
$('#footerSlideButton').trigger('click');
});
