/**
 * JSON feeds: http://blog.drry.jp/2005/12/16/1855.json
 * JSON: http://blog.drry.jp/2005/12/16/1855.json?raw
 * JSONP: http://blog.drry.jp/2005/12/16/1855.json?<any_callback_function_name>
 */
if (typeof jsonFeeds == "undefined")
  var jsonFeeds = {};
jsonFeeds["http://blog.drry.jp/2005/12/16/1855.json"] = {
  "title": "drry+@->",
  "link":  "http://blog.drry.jp/",
  "id": "tag:blog.drry.jp,2007://1",
  "updated": "2006-02-25T12:56:04Z",
  "subtitle": "Don\'t touch me, I\'m electric!",
  "generator": "http://www.sixapart.com/movabletype/?v=MT3.3-wheeljack-r1062",
  "author": [{
    "name": "drry",
    "email": "drry@drry.jp",
    "url": "http://blog.drry.jp/about/#me"
  }],
  "entry": [{
    "title": "VimColor plugin",
    "link": "http://blog.drry.jp/2005/12/16/1855",
    "id": "tag:blog.drry.jp,2005:/mt//1.297",
    "summary": "ソースコードを Vim で色分け ( syntax highlight ) する MT プラグイン。",
    "author": "drry",
    "tag": "Movable Type",
    "category": "Movable Type",
    "tag": "Perl",
    "category": "Perl",
    "tag": "plugins",
    "category": "plugins",
    "tag": "Vim",
    "category": "Vim",
    "category": "Technology",
    "published": "2005-12-16T09:55:28Z",
    "updated": "2006-02-25T12:56:04Z"
  }]
};
if (typeof jsonCallback == "function")
  jsonCallback(jsonFeeds["http://blog.drry.jp/index.json"]);

