﻿$(document).ready(function() {
    $('#close').click(function() {
        $('#popUpPortal').hide();
        $('#close').hide();
    });
});
