Cufon.replace('h1',{fontFamily: 'Century Gothic', hover: true}); Cufon.replace('h2',{fontFamily: 'Century Gothic', hover: true}); Cufon.replace('h3',{fontFamily: 'Century Gothic', hover: true}); Cufon.replace('#wrapper > header > nav a',{fontFamily: 'Century Gothic', hover: true}); Cufon.replace('span.language > a',{fontFamily: 'Century Gothic', hover: true}); jQuery(document).ready(function() { jQuery('#footnav > li').each(function(index){ jQuery(this).attr('id', jQuery(this).find('a').attr('id')); jQuery(this).find('a').removeAttr('id'); }); });