//Studinski Javascript Functions

jQuery(document).ready(function() {
//Fancybox the Videos
jQuery(".videoPop").fancybox({
        'padding'                       : 0,
        'autoScale'                     : false,
        'transitionIn'          : 'none',
        'transitionOut'         : 'none',
        'hideOnContentClick' : false,
        'width'                 : 800,
        'height'                        : 400,
        'type'                  : 'swf'
});
});

