/* Put all code that should be run once the page has been loaded in here */
var TBN = {};

$(document).ready(function() {
    // Captify images
    $('img.captify').captify({});
});

