(function(){
var photos = [{"date": "2010-02-06(Sat) 08:34", "link": "http://photomemo.jp/aldebaran_miles/131804", "desc": "\u30c8\u30e9\u30d9\u30e9\u30fc\u30ba\u30ce\u30fc\u30c8\u30d6\u30c3\u30af\u3092\u4f7f\u3063\u3066\u307e\u3059\r\n", "img_url": "http://photomemo.jp/show_image/thumbnails_round/131804__714502b52c531fea2f7f802a4a267677.jpg?w=60&filter="}, {"date": "2010-02-03(Wed) 07:15", "link": "http://photomemo.jp/aldebaran_miles/130383", "desc": "\u4e00\u6628\u65e5\u306e\u96ea\u3002\u307e\u3060\u6b8b\u3063\u3066\u3044\u307e\u3059\u3002@\u516b\u738b\u5b50\r\n", "img_url": "http://photomemo.jp/show_image/thumbnails_round/130383__66ac1d63bbdaff06d085d6d5b8c34221.jpg?w=60&filter="}, {"date": "2010-02-01(Mon) 22:34", "link": "http://photomemo.jp/aldebaran_miles/129735", "desc": "\u81ea\u5b85\u8fd1\u304f\u306e\u30d0\u30b9\u505c\u3002\u96ea\u3067\u6587\u5b57\u304c\u898b\u3048\u306a\u3044\u3002\r\n", "img_url": "http://photomemo.jp/show_image/thumbnails_round/129735__64eaec3a374d45acd820974687162a02.jpg?w=60&filter="}, {"date": "2010-02-01(Mon) 07:40", "link": "http://photomemo.jp/aldebaran_miles/129634", "desc": "\u6bcd\u89aa\u306e\u30cb\u30e5\u30fc\u643a\u5e2f\r\n", "img_url": "http://photomemo.jp/show_image/thumbnails_round/129634__c4222e22a8b1c3fd35b60f541d65e6fd.jpg?w=60&filter="}, {"date": "2010-02-01(Mon) 18:16", "link": "http://photomemo.jp/aldebaran_miles/129580", "desc": "\u796d\u305a\u3057@\u5ca1\u5c71\r\n", "img_url": "http://photomemo.jp/show_image/thumbnails_round/129580__03a752fceb8fadc0217a2c59443c282c.jpg?w=60&filter="}, {"date": "2010-01-30(Sat) 22:30", "link": "http://photomemo.jp/aldebaran_miles/128720", "desc": "\u30c8\u30e9\u30d9\u30e9\u30fc\u30ba\u30ce\u30fc\u30c8\u30d6\u30c3\u30af\u3092\u8cb7\u3063\u3066\u3057\u307e\u3063\u305f\r\n", "img_url": "http://photomemo.jp/show_image/thumbnails_round/128720__3de59d0c1a7675504c87d6953f51cefc.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);
})();