$(function() {
	// Set up image popups
    $("a.popup").fancybox({
		'transitionIn'	:	'fade',
		'transitionOut'	:	'fade',
		'speedIn'		:	400, 
		'speedOut'		:	200, 
		'overlayShow'	:	true,
		'cyclic'        :   true,
		'titlePosition' :   'outside',
		'overlayColor'  :   '#333',
		'titleShow'     :   false,
		'width'         :   800,
		'height'        :   500
	});
	// De-obfuscate e-mail links
	$('a.obfsctd.totally').nospam({
	    replaceText: true
	});
	$('a.obfsctd').nospam({
	    replaceText: false
	});
});
