		$(document).ready(function() {
			
			$("#vipp").fancybox({
				'width'			: 1300,
				'height'			: 555,
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
				'autoDimensions'	:'false',
                'scrolling'         : 'no'
			});
            
            $("#vipp-winner").fancybox({
				'width'			: 1300,
				'height'			: 700,
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
				'autoDimensions'	:'false',
                'scrolling'         : 'no'
			});

			$("#hockeynight").fancybox({
				'width'			: '100%',
				'height'			: '100%',
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});

		});
