/*-------------------------------------------------------------------------------*/
/*	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

// Common
Cufon.replace('h1, h2', { fontFamily:'tradegothic', hover:true });
Cufon.replace('#content h3, #content h5', { fontFamily:'tradegothic', hover:true });
Cufon.replace('#sidebar h3, #sidebar h5', { fontFamily:'tradegothic', hover:true });

// Videos
Cufon.replace('#browse_label', { fontFamily:'tradegothic' });

// Charts
Cufon.replace('#song_downloads .key .text', { fontFamily:'tradegothic' });
