function initCufon() {
	Cufon.replace('.content h1', { fontFamily: 'gothic' });
}

$(document).ready(function(){
	initCufon();
});
