(function(){
var photos = [{"date": "2010-08-22(Sun) 11:40", "link": "http://photomemo.jp/aldebaran_miles/222634", "desc": "\u30b9\u30fc\u30d1\u30fc\u92ad\u6e6f\u3067\u30b9\u30c8\u30ec\u30b9\u89e3\u6d88\r\n", "img_url": "http://photomemo.jp/show_image/thumbnails_round/222634__29f289266717f31740738b55ff10914d.jpg?w=60&filter="}, {"date": "2010-07-19(Mon) 15:03", "link": "http://photomemo.jp/aldebaran_miles/207110", "desc": "\u58f2\u308a\u4e0a\u3052\u3092\u4f38\u3070\u3057\u3066\u3044\u308b\u3089\u3057\u3044@\u5348\u5f8c\u306e\u7d05\u8336\r\n", "img_url": "http://photomemo.jp/show_image/thumbnails_round/207110__04ec3a557f8139986c364831c0d1d505.jpg?w=60&filter="}, {"date": "2010-07-18(Sun) 14:01", "link": "http://photomemo.jp/aldebaran_miles/206721", "desc": "\u4eca\u65e5\u306f\u6691\u304b\u3063\u305f\u306a\u3041\u3002\r\n", "img_url": "http://photomemo.jp/show_image/thumbnails_round/206721__8e7a7a4d8fddb5e1c37dd13a9054dee7.jpg?w=60&filter="}, {"date": "2010-07-17(Sat) 17:45", "link": "http://photomemo.jp/aldebaran_miles/206720", "desc": "\u591a\u6469\u5e02\u6c38\u5c71\u306e\u6885\u306e\u82b1\u3067\u3002\r\n", "img_url": "http://photomemo.jp/show_image/thumbnails_round/206720__be9eda23734f30455505353b07ff6937.jpg?w=60&filter="}, {"date": "2010-07-10(Sat) 16:05", "link": "http://photomemo.jp/aldebaran_miles/203038", "desc": "\u7573\u304c\u65b0\u3057\u304f\u306a\u308a\u307e\u3057\u305f\u3002\u90e8\u5c4b\u4e2d\u3001\u3044\u8349\u306e\u9999\u308a\u3002\r\n", "img_url": "http://photomemo.jp/show_image/thumbnails_round/203038__6def861a1a236e43029997269f2ab22c.jpg?w=60&filter="}, {"date": "2010-07-10(Sat) 12:37", "link": "http://photomemo.jp/aldebaran_miles/202936", "desc": "\u305f\u3060\u3044\u307e\u7573\u8868\u5f35\u66ff\u3048\u4e2d\u3002\r\n", "img_url": "http://photomemo.jp/show_image/thumbnails_round/202936__bb08930f66b414d988556a78fc4fb64c.jpg?w=60&filter="}];
var html = '<div style="width:130px;border:solid 1px #b75a99;padding:3px 1px;background-color:#ffffff">';
html += '<a href="http://photomemo.jp/aldebaran_miles" target="_blank">';
html += '<img src="http://photomemo.jp/img/logo_small.gif" width="128" height="22" border="0">';
html += '</a>';
for(var i = 0;i < photos.length; i ++){
   html += '<a href="' + photos[i].link + '" target="_blank">';
   html += '<img src="' + photos[i].img_url + '" style="margin:2px 1px 2px 2px;border:0px">';
   html += '</a>';
}
if(photos.length == 1){
   html += '<div style="margin:0px 3px;padding:0px;font-size:10px;color:#333">';
   html += photos[0].desc;
   html += '</div>';
   html += '<div style="margin:0px 3px;padding:0px;font-size:10px;text-align:center;font-family:helvetica,ariel;color:#333">';
   html += photos[0].date;
   html += '</div>';
}
html += '</div>';

document.write(html);
})();