try {
	jQuery(document).ready(function() {
		jQuery(".fancypage").fancybox({
			'width'				: '50%',
			'height'			: '75%',
			'autoScale'			: true,
			'transitionIn'		: 'fade',
			'transitionOut'		: 'none',
			'type'				: 'iframe',
			'autoDimensions'	: true
		});
		jQuery(".fancybox").fancybox({
			'autoScale'			: true,
			'transitionIn'		: 'fade',
			'transitionOut'		: 'none',
			'autoDimensions'	: true
		});
	});
  }
catch(err)
  {
  //Handle errors here
  }

