	$(document).ready(function() {
		$("a[href=/responses/add/]").fancybox({
			'width'				: '20%',
			'height'			: '90%',
			'autoScale'			: true,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
		
		$("a[href=/callmaster.html]").fancybox({
			'width'				: '45%',
			'height'			: '60%',
			'autoScale'			: true,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
		
		$("a[href=/recall.html]").fancybox({
			'width'				: '22%',
			'height'			: '60%',
			'autoScale'			: true,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
	});

