﻿// JScript File
 function Confirm()
        {
            return window.confirm('Are you sure?');
        }

