(function(){
var photos = [{"date": "2010-09-02(Thu) 08:21", "link": "http://photomemo.jp/Confectionery/227378", "desc": "\u5fd9\u3057\u3044\u7a7a\u6a21\u69d8@\u7a7a", "img_url": "http://photomemo.jp/show_image/thumbnails_round/227378__35ce932ccf530331989c93b431b28d7b.jpg?w=60&filter="}, {"date": "2010-09-02(Thu) 06:40", "link": "http://photomemo.jp/Confectionery/227369", "desc": "\u671d\u304b\u3089\u8679\u266ahappy@\u7a7a", "img_url": "http://photomemo.jp/show_image/thumbnails_round/227369__8bdb7be3cf0e441dbb03a19b9651f57d.jpg?w=60&filter="}, {"date": "2010-09-01(Wed) 10:57", "link": "http://photomemo.jp/Confectionery/227175", "desc": "\u4e5d\u6708\u306e\u30ea\u30b9\u30e2\u306f\u6bce\u5e74\u5bc2\u3057\u305d\u3046\u306b\u304a\u3082\u3046\u3002\u3002\u3002", "img_url": "http://photomemo.jp/show_image/thumbnails_round/227175__0e9d07d7dba2bfa6191ad2bc989598ad.jpg?w=60&filter="}, {"date": "2010-08-31(Tue) 17:13", "link": "http://photomemo.jp/Confectionery/226859", "desc": "\uff12\u53f7\u306e\u7372\u7269\u266a\u30bf\u30b3\u30af\u30e9\u30b2\u266a\u4eca\u5e74\u306f\u8ae6\u3081\u3066\u305f\u304b\u3089\u5b09\u3057\u3044\u301c(*\u2312\u25bd\u2312*)", "img_url": "http://photomemo.jp/show_image/thumbnails_round/226859__0f5a3dde5596d603540165eb5427496f.jpg?w=60&filter="}, {"date": "2010-08-31(Tue) 16:42", "link": "http://photomemo.jp/Confectionery/226847", "desc": "\u3064\u308c\u3042\u3044\u306e\u7372\u7269(\u2267\u30d8\u2266)", "img_url": "http://photomemo.jp/show_image/thumbnails_round/226847__cca71ce0e2347098dc85f6c150ab60f7.jpg?w=60&filter="}, {"date": "2010-08-31(Tue) 16:22", "link": "http://photomemo.jp/Confectionery/226844", "desc": "\u4eca\u65e5\u306e\u7372\u7269\u3002\u3002\u3002\u990c\u6728\uff06\u30af\u30e9\u30b2", "img_url": "http://photomemo.jp/show_image/thumbnails_round/226844__56d317bd57714384786c9ce83278206f.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/Confectionery" 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);
})();