$(function() {
//BOF  

var api_key = '5e20bb616b1fdd78a17fbbd1d424d634' // you must have a flickr API key
var flickr = new Galleria.Flickr(api_key); // initialize the plugin

flickr.getSet('72157624238276675', function(data) {
    $('#galleria').galleria({
        data_source: data
    });
});





// EQUAL STORY HEIGHTS

$("#storyContent .story, #profileContent .profile, .profileImage, .blogroll li").equalHeights();

//EOF
});
