if (/asoa\.org/i.test(location.href) && /\.html/i.test(location.href)) {
    var s = location.href;
    s = s.replace(/(.*)\/hottopics\/blog\//, '');
    location.href = '/hottopics/blog/blog.cfm?p=' + s;
}