/**
 * JSON feeds: http://blog.drry.jp/2005/02/11/0910.json
 * JSON: http://blog.drry.jp/2005/02/11/0910.json?raw
 * JSONP: http://blog.drry.jp/2005/02/11/0910.json?<any_callback_function_name>
 */
if (typeof jsonFeeds == "undefined")
  var jsonFeeds = {};
jsonFeeds["http://blog.drry.jp/2005/02/11/0910.json"] = {
  "title": "drry+@->",
  "link":  "http://blog.drry.jp/",
  "id": "tag:blog.drry.jp,2007://1",
  "updated": "2005-02-11T01:15:18Z",
  "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": "ヘッダ部分のテンプレート（20050211 版）",
    "link": "http://blog.drry.jp/2005/02/11/0910",
    "id": "tag:blog.drry.jp,2005:/mt//1.117",
    "summary": "携帯端末からの個別エントリアーカイヴに対するアクセスを MT4i へ適正に渡す。",
    "author": "drry",
    "tag": "Movable Type",
    "category": "Movable Type",
    "tag": "MT4i",
    "category": "MT4i",
    "tag": "obsolete",
    "category": "obsolete",
    "tag": "PHP",
    "category": "PHP",
    "tag": "templates",
    "category": "templates",
    "category": "Technology",
    "published": "2005-02-11T00:10:00Z",
    "updated": "2005-02-11T01:15:18Z"
  }]
};
if (typeof jsonCallback == "function")
  jsonCallback(jsonFeeds["http://blog.drry.jp/index.json"]);

