function add_vote(vote_type, parent_id)
{
    xajax_addVote(vote_type, parent_id, parent_id + '_votes');
    return false;
}