jQuery(document).ready(function()
   {	
            Cufon.replace('h2.title', { fontFamily: 'Stag Sans Book' });  // Light Weight
			Cufon.replace('.menu ul.sf-menu li a, p.copyHighlight, h2.entry-title, h1.entry-title, h3.widgettitle label, #secondary h3', { fontFamily: 'Stag Sans Medium' }); // Medium Weight
		
		
		 jQuery("a.btn").fancybox({
			'scrolling'			: 'no',
			'autoDimensions'	: false,
			'autoScale'			: false,		
			'width'         	: 800,
			'height'			: 900,
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
			'type' : 'iframe'
		 }); 		

		jQuery(".page-item-2").click(function(event){
			event.preventDefault();		
			jQuery.fancybox({
				'href'				: 'https://at2survey.wufoo.com/forms/hollywood-immersive-2011/',
				'scrolling'			: 'no',
				'autoDimensions'	: false,
				'autoScale'			: false,		
				'width'         	: 800,
				'height'			: 900,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type' : 'iframe'
			});
			
		});

});


