$(function() {
	// !!pcb 2009-09-02 DF#10293, DF#10301, DF#10305 -- Don't perform Cufon init if we're in the sitemanager.
	if (! self.location.href.match('/sitemanager/')) {
		Cufon.set('fontFamily', 'Museo');
		Cufon.set('fontWeight', '300');

		Cufon.replace('div.portfolio_entry h2, h4#no_entries_found_help a', {hover:true});
		Cufon.replace('h1, h2, h3, h4, h5, h6, #torso div.sidebar h2, div#inspired_content h2, div#expert_support h2, div#call_to_action p strong, .entry_description ul li strong, #torso div.portfolio_entry blockquote p, #hcard-Susan-Preiss span.given-name, .return_to_list, body#homepage h1, span.first_line');
	
		Cufon.set('fontFamily', 'Museo');
		Cufon.set('fontWeight', '400');

		Cufon.replace('body#homepage h1 strong, #inspired_content h3, #expert_support h3');

		Cufon.set('fontFamily', 'Museo Sans');
		Cufon.set('fontWeight', '400');

		Cufon.replace('ul#nav', {hover: true});
	}
});
