function completeSend(ret_obj) {
    var error = ret_obj['error'];
    var message = ret_obj['message'];
    
    location.href = location.href;
}
