function initCufon() {
	Cufon.replace('#nav a, .tools a', { fontFamily: 'AauxProBlack', hover: true });
	Cufon.replace('.text-container h1, .top-news h3, .slogan, #main h1, .news h4, .box-holder h2, #fancyboxes h3', { fontFamily: 'Serifa-Bold' });
	Cufon.replace('.visual .text-holder p, .article .date, .top-news h2, .intro .date, ', { fontFamily: 'AauxProBlack' });
}
$(document).ready(function(){
	initCufon();
});

