var UA = navigator.userAgent,isIE = UA.indexOf('MSIE') > -1,v = isIE ? /d+/.exec(UA.split(';')[1]) : 'no ie';