function initCufon() {
	Cufon.set('fontFamily', 'antenna-bold');
	Cufon.replace('.column-ttl h2');
}

$(document).ready(function(){
	initCufon();
});