function initCufon() {
	
	Cufon.replace('h3', { fontFamily: 'Trajan Pro', hover: true });
}

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