function initCufon() {
	Cufon.replace('h3', { hover: true });
	
	
	
	
}
$(document).ready(function(){initCufon();});
