﻿$(function () {
    $('#cmdSave').click(function () {
        $('#confirmation').show(1000);
    });
});
