$(function(){
    $(".topline .openid.authorized").click(function(){
        $(this).toggleClass("clicked");
    });
});

