var pathName = window.location.pathname;   
if(pathName=="/story" || pathName=="/story/") window.location = "/#/story";
else if(pathName=="/bear-mountain" || pathName=="/bear-mountain/") window.location = "/#/bear-mtn";
else if(pathName=="/capella" || pathName=="/capella/") window.location = "/#/capella";
else if(pathName=="/residences" || pathName=="/residences/") window.location = "/#/residences";
else if(pathName=="/media" || pathName=="/media/") window.location = "/#/media";
else if(pathName=="/register" || pathName=="/register/") window.location = "/#/register";
else if(pathName=="/realtor" || pathName=="/realtor/") window.location = "/#/realtor";
else if(pathName=="/map" || pathName=="/map/") window.location = "/#/bear-mtn/map";