function confirmLink(theText){
    var is_confirmed = confirm(theText);
    return is_confirmed;
}
