﻿// All necessary js code for the homepage

$(document).ready(function () {
    $("#febis").fancybox();
});

