$(function () {
    $('#showIdentityAdvertisementId').click(function () {
        $(this).hide();
        $('#aCreator').show();
    });
});
