function initCufon() {
	Cufon.replace('#content h1, .three-columns h1, .recent-positions h3, .blockquote blockquote q span, #sidebar h2, .blogs .heading h3, .social-network span', { fontFamily: 'trade-gothic', hover: true });
	Cufon.replace('.blockquote blockquote cite', { fontFamily: 'trade-gothic-bold', hover: true });
	Cufon.replace('.blockquote blockquote q a', { fontFamily: 'trade-gothic-italic', hover: true });
}
$(document).ready(function(){
	initCufon();
});
