function sendlog(message) { try{ $.ajax({url: '/system/log.jsp',data: 'message='+message}); }catch(e){} }