/*-------------------------------------------------------------------------------*/
/*	Cufon replacement calls...
/*-------------------------------------------------------------------------------*/
// Example: Cufon.replace('h1', { fontFamily:'gotham', hover:true }); // NOTE: use hover:true only if necessary for links, otherwise leave it off to save overhead
Cufon.replace('#navigation li a:not("#navigation li li a")', { fontFamily:'HeroicCon', hover:true });

Cufon.replace('h3', { fontFamily:'HelveticaNeue', hover:true });

Cufon.replace('blockquote', { fontFamily:'Rockwell', hover:true });
Cufon.replace('.sidecontent h3', { fontFamily:'Rockwell', hover:true });

