function initCufon() {
	Cufon.replace('.title h1', { fontFamily: 'Soho Gothic Pro'});

}

$(document).ready(function(){
	initCufon();
});
