(function(){ var UA = {}; var ua = navigator.userAgent.toLowerCase(),s; UA.ie = (s = ua.match(/(msie\s|trident.*rv:)([\d.]+)/))? parseInt(s[2]):false; UA.firefox = (s =ua.match(/firefox\/([\d.]+)/))? parseInt(s[1]):false; UA.chrome = (s = ua.match(/c