console.log("Photos.js by Alex Macmillan");

$(function(){
    
    // Lightbox
    $(function() {
        $('.photostrip a').lightBox();
    });

})