function initCufon() {
	Cufon.replace('.slogan p', { fontFamily: 'Justus'});
}

$(document).ready(function(){
	initCufon();
});
