/**
 * JSON feeds: http://blog.drry.jp/2006/08/05/exciting.json
 * JSON: http://blog.drry.jp/2006/08/05/exciting.json?raw
 * JSONP: http://blog.drry.jp/2006/08/05/exciting.json?<any_callback_function_name>
 */
if (typeof jsonFeeds == "undefined")
  var jsonFeeds = {};
jsonFeeds["http://blog.drry.jp/2006/08/05/exciting.json"] = {
  "title": "drry+@->",
  "link":  "http://blog.drry.jp/",
  "id": "tag:blog.drry.jp,2007://1",
  "updated": "2006-08-05T13:18:27Z",
  "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": "江戸川区に 14,000 発が着弾",
    "link": "http://blog.drry.jp/2006/08/05/exciting",
    "id": "tag:blog.drry.jp,2006://1.377",
    "summary": "江戸川区にエキサイティング大量着弾の図。",
    "author": "drry",
    "tag": "edogawa-ku",
    "category": "edogawa-ku",
    "tag": "life",
    "category": "life",
    "category": "Life",
    "published": "2006-08-05T13:17:59Z",
    "updated": "2006-08-05T13:18:27Z"
  }]
};
if (typeof jsonCallback == "function")
  jsonCallback(jsonFeeds["http://blog.drry.jp/index.json"]);

