browser = {
    'isFF' : (navigator.userAgent.indexOf("Firefox") > -1),
    'isFF35' : (navigator.userAgent.indexOf("Firefox/3.5") > -1),
    'isIE' : (navigator.userAgent.indexOf("MSIE") > -1),
    'isIE6': (navigator.userAgent.indexOf("MSIE 6") > -1),
    'isIE7': (navigator.userAgent.indexOf("MSIE 7") > -1),
    'isIE8': (navigator.userAgent.indexOf("MSIE 8") > -1),
    'isOpera' : (navigator.userAgent.indexOf("Opera") > -1),
    'isSafari': (navigator.userAgent.indexOf("Safari") > -1)
}
