$(document).ready(function() { 
			
	/* Super Fish Navigation */
	jQuery('ul.sf-menu').superfish();
	
	/* Cufon Font Replacement */
	Cufon.replace('#entries h2, .quick_links h3, #entries .entry h3, #page .author h3', { fontFamily: 'OFL Sorts Mill Goudy' });

	$("#slider").easySlider({
				auto: true, 
				continuous: true,
				numeric: true,
				pause: 5000,
				speed: 500
			});

});


