function confirmLink(theLink, theQuery) {

    var is_confirmed = confirm(theQuery);

    return is_confirmed;

}

