$(document).ready(function() {
  //if (location.href.indexOf("home") != -1) {
  //$("#survey").fancybox({
		//		'width'				: '78%',
			//	'height'			: '100%',
			//	'autoScale'			: false,
			//	'transitionIn'		: 'none',
			//	'transitionOut'		: 'none',
			//	'type'				: 'iframe'
		//	}).trigger('click');
// }
      
   $("a#single_image").fancybox();
    
$("#survey").fancybox({
				'width'				: '78%',
				'height'			: '100%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});


});
