var apikey="3ed08c8facc2fa4b6ac32afa2e5b1e52";jQuery(document).ready(function(){jQuery("div.mm-block").bind("mouseenter",function(a){jQuery(this).find("div:first").show()}).bind("mouseleave",function(a){jQuery(this).find("div:first").hide()});jQuery(".inspiration-board").bind("mouseenter",function(a){jQuery(this).css({"background-color":"#FFE"})}).bind("mouseleave",function(a){jQuery(this).css({"background-color":"inherit"})});if(typeof flickr_blocks!="undefined"&&flickr_blocks.length>0){for(var b=0;b<flickr_blocks.length;b++){jQuery.getJSON("http://api.flickr.com/services/rest/?method=flickr.photos.getInfo&api_key="+apikey+"&photo_id="+flickr_blocks[b]+"&format=json&jsoncallback=?",function(g){var f=g.photo.title._content;var h=g.photo.urls.url[0]._content;var a=g.photo.owner.username;jQuery("#mm-image-"+g.photo.id+" a").attr("href",h);jQuery("#mm-block-tooltip-"+g.photo.id).html('<p><strong>Title</strong> <a href="'+h+'">'+f+'</a></p><p><strong>Owner</strong> <a href="'+h+'">'+a+"</a></p>")})}}});