/*
 iine.js

 LICENSE: http://hail2u.mit-license.org/2011
*/
$(function(){var a=$("#iine"),c,d;if(void 0===a)return!1;a.empty().append($("<p/>").append($("<em/>").text("\u30c7\u30fc\u30bf\u3092\u53d6\u5f97\u4e2d\u2026\u2026")));$.getJSON("http://query.yahooapis.com/v1/public/yql?callback=?",{q:"select * from rss where url='http://feeds.feedburner.com/hail2u/iine'",format:"json"},function(b){a.empty();if(!b.query.results||!b.query.results.item)return $("<p/>").text("\u30c7\u30fc\u30bf\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002").appendTo(a),
!1;c=$("<ol/>");$("<h2/>").text("Shots from ").append($("<a/>").attr({href:"http://iine.hail2u.net"}).text("iine!")).appendTo(a);$.each(b.query.results.item,function(a,b){if(8<a)return!1;d=$("<i/>").append(b.description);$("<li/>").append($("<figure/>").append($(d.find("a").get(0)).append($("<figcaption/>").text(b.title)))).appendTo(c)});c.appendTo(a)})});
