api( "blogname", function( value ) {
        value.bind( function( to ) {
            $( "#header h1 a, #footer a.site-name" ).html( to );
        } );
    } );