/* flickr.js */
jQuery(function(a){a("a[href^='http://www.flickr.com/photos/'] > img:first-child[src]").parent().slimbox({},function(b){return[b.firstChild.src.replace(/_[mts]\.(\w+)$/,".$1"),(b.title||b.firstChild.alt)+'<br /><a href="'+b.href+'">Flickr page</a>']})});