/** * Global uki constants, for speed optimization and better merging */ /** @ignore */ var root = this, doc = document, nav = navigator, ua = nav.userAgent, expando = 'uki' + (+new Date), MAX = Math.max, MIN = Math.min, FLOOR = Math.floor, CEIL = Math.ceil, PX = 'px';