$(document).ready(function() { 
			
	/* Super Fish Navigation */
	jQuery('ul.sf-menu').superfish();
	

/* Cufon Font Replacement */
Cufon.replace('#navigation li h2, #page .title, #sidebar .box .title, .browse_entries a, #page .author h2, #page #comments h2, #page #reply h2', { fontFamily: 'League Gothic' });
Cufon.replace('#entries h2, #entries .entry h3, #page .author h3', { fontFamily: 'OFL Sorts Mill Goudy' });

});

