// when the DOM is ready...
$(document).ready(function () {
    
    $("a.fancybox").fancybox();

});

