$(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' });

/* Cu3er */
var flashvars = {};
flashvars.xml = "/assets/flash/config.xml";
flashvars.font = "font.swf";
var attributes = {};
attributes.wmode = "transparent";
attributes.id = "slider";
swfobject.embedSWF("/assets/flash/cu3er.swf", "cu3er-container", "960", "305", "9", "/assets/flash/expressInstall.swf", flashvars, attributes);

$("#slider").easySlider({
				auto: true, 
				continuous: true,
				numeric: true,
				pause: 5000,
				speed: 500
			});

});


