// Initializes FancyBox
$(document).ready(function() {
    $('a.fancybox').fancybox();
});
