$(document).ready(function() {
    // Init Fancybox
    $('a[rel="fancybox"]').fancybox();
    $('a.iframe').fancybox();
});