";
$( '#order_call .order_call_result' ).empty().append( content );
$( '#order_call .order_call_result' ).append( metrix1 );
});
if (oc_user_phone_error!=1 && oc_user_name_error!=1) {
$('#order_call_form #oc_user_name').val('');
$('#order_call_form #oc_user_phone').val('');
}
});
$( '#order_call_button' ).click(function() {
$( '#order_call' ).css( 'display', 'block' );
return false;
});
$( '#order_call .order_call_overlow, #order_call .order_call_close' ).click(function() {
$( '#order_call' ).css( 'display', 'none' );
return false;
});
});
//-->