
$(function() {

	Cufon.replace('h2:not(.exclude), h3',{fontFamily: 'AlexandriaFLF',textShadow: '0px 1px #fff'});
	Cufon.replace('h2.exclude',{fontFamily: 'AlexandriaFLF'});
	Cufon.replace('.share a, .social a, .legend li .translation',{fontFamily: 'Comic Jens',textShadow: '0px 1px #fff'});

});