$(document).ready(function(){
	// Init 

	 if($('.cufon').size() > 0 ){
		 Cufon.replace('.cufon', {
		 	hover: true
		 });

		 Cufon.now();
	 }
});