		$(document).ready(function() {
			$('a.popup').fancybox({
				width				: 800,
				height				: '75%',
				'autoScale'     	: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
				'onClosed'			: function () {					
					document.location.reload(true);
				}				
			});
		});	
