$(function(){
var fn_href = function(s) { return s.replace(/https?:\/\/.*?\//i , '/') };
$('#top-menu a').each(function(){if (fn_href(this.href) == fn_href(location.href)) $(this).addClass('active')});
});
