// FancyBox Initialization for RAC Landing page survey pop-over
$jq(document).ready(function() {
	$jq("#RACsurvey").fancybox({
		'width'				: '50%',
		'height'			: '75%',
		'autoScale'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
});