// The variable "tumblr_api_read" is now set to your tumblr feed.
    document.write(
        '<a href="' + tumblr_api_read['posts'][0]['url'] + 
        '">My most recent Tumblr post</a>'
    );