﻿(function ($) {

    $(document).ready(function () {
        $("#FooterSectionText > a").click(function (e) {
            e.preventDefault();
            $("#FooterSectionText > div").toggle();
        });
    });

})(jQuery);
