/* Put all code that should be run once the page has been loaded in here */
$(document).ready(function() {
    // Captify images
    $('img.captify').captify({});
});

