

addLoadEvent(popUpLinks);

pathPattern = /articles/;
if(pathPattern.test(location.href)){
    addLoadEvent(articleToolsBind);
}

