/**
 * JSON feeds: http://blog.drry.jp/2005/09/04/2220.json
 * JSON: http://blog.drry.jp/2005/09/04/2220.json?raw
 * JSONP: http://blog.drry.jp/2005/09/04/2220.json?<any_callback_function_name>
 */
if (typeof jsonFeeds == "undefined")
  var jsonFeeds = {};
jsonFeeds["http://blog.drry.jp/2005/09/04/2220.json"] = {
  "title": "drry+@->",
  "link":  "http://blog.drry.jp/",
  "id": "tag:blog.drry.jp,2007://1",
  "updated": "2005-11-26T09:24:51Z",
  "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": "MonsterTV VH-F",
    "link": "http://blog.drry.jp/2005/09/04/2220",
    "id": "tag:blog.drry.jp,2005:/mt//1.251",
    "summary": "SKnet 社の TV/FM チューナ・キャプチャボード MonsterTV VH-F のレビューと、変換ケーブルの自作。",
    "author": "drry",
    "tag": "computer",
    "category": "computer",
    "tag": "gadgets",
    "category": "gadgets",
    "tag": "hardware",
    "category": "hardware",
    "tag": "J-WAVE",
    "category": "J-WAVE",
    "tag": "product",
    "category": "product",
    "tag": "review",
    "category": "review",
    "tag": "Windows",
    "category": "Windows",
    "category": "Technology",
    "published": "2005-09-04T13:20:03Z",
    "updated": "2005-11-26T09:24:51Z"
  }]
};
if (typeof jsonCallback == "function")
  jsonCallback(jsonFeeds["http://blog.drry.jp/index.json"]);

