url_parts = document.location.href.split("/")
category = url_parts[ url_parts.length - 3 ]
slug = url_parts[ url_parts.length - 2 ]
if(category=="about" || category=="services" || category=="usability" || category=="lab" || category=="news")
    document.location = url_parts.slice(0,-3).join("/")+"/#/"+category+"/"+slug

document.getElementsByTagName("html")[0].className="js"
notIE='\v'!=='v'