
jQuery(function($) {
    $("a[href^='http://www.flickr.com/photos/'] > img:first-child[src]").parent().slimbox({}, function(el) {
		return [el.firstChild.src.replace(/_[mts]\.(\w+)$/, ".$1"),
			(el.title || el.firstChild.alt) + '<br /><a href="' + el.href + '" id="lbTransfer" onclick="Slimbox.end();return false;" target="_blank" rel>View this photo on Flickr</a>'];

    });

});
