function track_comment(comment)
{
    $.post('/commenttracker.php', 
        {image: IMAGE, text: comment.post, userid: comment.user});
}

