$(function () {
    $('a.efirmProfileCategory').click(function () {
        this.href += '?category=' + this.rel;
        return true;
    });
    $('a.efirmProfileKeyword').click(function () {
        this.href += '?keyw=' + this.rel;
        return true;
    });
});
