function iOptinPopBox_show() {
	if ('function' == typeof jQuery.fancybox) iOptinPopBox_showbox();
	else {
		jQuery('#fancybox-wrap,#fancybox-tmp,#fancybox-loading,#fancybox-overlay,#fancybox-outer').remove();
		jQuery.getScript('fancybox/fancybox/jquery.fancybox-1.3.4.js', iOptinPopBox_showbox);
	}
}


function iOptinPopBox_showbox() {
	jQuery.fancybox('http://depressia.com/subscribe/subscribe.phtml', {
		'width'				: 768,
		'height'			: 334,
		'type' : 'iframe',
		'scrolling' : 'no',
		'autoScale' : false,
		'showCloseButton' : true,
		'enableEscapeButton' : false,
		'overlayOpacity' : 0.5,
		'overlayShow' : true,
		'overlayColor' : '#000000',
		'transitionIn' : 'none',
		'transitionOut' : 'none',
		'centerOnScroll' : true,
		'hideOnOverlayClick' : false
	});
}
