/* Author: 

*/
$('span.mail').nospam();
$('a.mail').nospam({ replaceText: true });
$('a.contact').nospam({});

$(document).ready(function() {
	$("a.group").fancybox({
		'titlePosition':'over',
		'hideOnContentClick': false
	});
});

