function initCufon() {
	Cufon.replace('#main .title', { fontFamily: 'Gotham'});
}

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