﻿$(document).ready(function () {

    $(".footer .legals a").click(function (e) {

        e.preventDefault();

        var url = $(this).attr("href");
        ShowModalPopup(url, "Legals", 800, 600);

    });


});
