jQuery(document).ready(function($) {

	$.fancybox('/survey/index.html',
		{
			'type'			:	'ajax',
			'transitionIn'  :   'fade',
			'transitionOut' :   'fade',
			'speedIn'       :   600,
			'speedOut'      :   200,
			'width'         	: 500,
			'height'        	: 'auto',
//			'height'        	: '300',
			'overlayOpacity'	: 0.3,
			'autoDimensions'	: false
		}
	);
});



