function initCufon(){ Cufon.replace('#mainnav a', { fontFamily: 'MrsEavesRoman', hover: true }); }
$(document).ready(function(){ initCufon(); });
