function initCufon() {
	Cufon.replace('#content h1, #feature-area h1');
}

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