﻿$(document).ready(function()
{
    $('#fancyVideoLink').fancybox({
        'titleShow': false
    });
});
        			
