﻿$(document).ready(function() {
    
    $.sifr({
        path: 'Swf/',
        save: true
    });
    $('h1').sifr({ font: 'Title' });
    $('.Nav').sifr({ font: 'Title' });

    $(function() {
        $('.jLighBox').lightBox();
    });    
    
});
