/**
 * JSON feeds: http://blog.drry.jp/2006/02/25/ie7-b2-xhtml.json
 * JSON: http://blog.drry.jp/2006/02/25/ie7-b2-xhtml.json?raw
 * JSONP: http://blog.drry.jp/2006/02/25/ie7-b2-xhtml.json?<any_callback_function_name>
 */
if (typeof jsonFeeds == "undefined")
  var jsonFeeds = {};
jsonFeeds["http://blog.drry.jp/2006/02/25/ie7-b2-xhtml.json"] = {
  "title": "drry+@->",
  "link":  "http://blog.drry.jp/",
  "id": "tag:blog.drry.jp,2007://1",
  "updated": "2006-09-14T03:48:42Z",
  "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": "IE7 Beta 2 における XHTML の標準準拠モード切替えについて",
    "link": "http://blog.drry.jp/2006/02/25/ie7-b2-xhtml",
    "id": "tag:blog.drry.jp,2006:/mt//1.324",
    "summary": "IE7 Beta 2 Preview による XML 宣言の認識が中途半端な件。",
    "author": "drry",
    "tag": "beta",
    "category": "beta",
    "tag": "Internet Explorer",
    "category": "Internet Explorer",
    "tag": "markup",
    "category": "markup",
    "tag": "XHTML",
    "category": "XHTML",
    "tag": "XML",
    "category": "XML",
    "category": "Technology",
    "published": "2006-02-24T15:55:59Z",
    "updated": "2006-09-14T03:48:42Z"
  }]
};
if (typeof jsonCallback == "function")
  jsonCallback(jsonFeeds["http://blog.drry.jp/index.json"]);

