/**
 * JSON feeds: http://blog.drry.jp/2005/01/29/1318.json
 * JSON: http://blog.drry.jp/2005/01/29/1318.json?raw
 * JSONP: http://blog.drry.jp/2005/01/29/1318.json?<any_callback_function_name>
 */
if (typeof jsonFeeds == "undefined")
  var jsonFeeds = {};
jsonFeeds["http://blog.drry.jp/2005/01/29/1318.json"] = {
  "title": "drry+@->",
  "link":  "http://blog.drry.jp/",
  "id": "tag:blog.drry.jp,2007://1",
  "updated": "2005-03-12T03:19:43Z",
  "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": "MT-Blacklist with PostgreSQL",
    "link": "http://blog.drry.jp/2005/01/29/1318",
    "id": "tag:blog.drry.jp,2005:/mt//1.86",
    "summary": "MT-Blacklist を PostgreSQL で利用する方法。",
    "author": "drry",
    "tag": "Movable Type",
    "category": "Movable Type",
    "tag": "obsolete",
    "category": "obsolete",
    "tag": "plugins",
    "category": "plugins",
    "tag": "PostgreSQL",
    "category": "PostgreSQL",
    "category": "Technology",
    "published": "2005-01-29T04:18:40Z",
    "updated": "2005-03-12T03:19:43Z"
  }]
};
if (typeof jsonCallback == "function")
  jsonCallback(jsonFeeds["http://blog.drry.jp/index.json"]);

