﻿$(document).ready(function() {
    setafancypopup();
});

function setafancypopup() {
    $(".PopupFancy").fancybox();
}
