// JavaScript Document
function verify(){
    msg = "PLEASE CONFIRM THIS DELETION!\nThis cannot be undone";
    return confirm(msg);
    }