/* jquery.hex.license.txt */
(function(C){var B="substr",A="0123456789ABCDEF";jQuery.int2hex=function(D){return isNaN(D)?"00":A[B]((D-D%16)/16,1)+A[B](D%16,1)};jQuery.hex2int=function(D){return parseInt(D,16)}}(jQuery));
