$(document).ready(function() {
		// Simple image popup no caption
		$(".imagepop").fancybox({
			'titleShow': false					
		});
		// Simple image popup with caption
		$(".imagepopcapt").fancybox();
		// Simple Flash popup
		
		
		$(".radiopop").fancybox({
			'width'				: 340,
			'height'			: 70,
			'padding'			: 10,
			'autoScale'			: false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
		$(".moviepop").fancybox({
			'padding'			: 20,
			'autoScale'			: true,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none'
		});
		$(".moviepopiframe").fancybox({
			'padding'			: 20,
			'autoScale'			: true,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
		$("#moviepopiframe").fancybox({
			'padding'			: 20,
			'autoScale'			: true,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
		$("#moviepop").fancybox({
			'padding'			: 20,
			'autoScale'			: true,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none'
		});
		$(".sitepop").fancybox({
			'width'				: 910,
			'height'			: 770,
			'autoScale'			: false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
		
});
		

