//here's the sIfr
var futuramediumcondensed = {  src: 'futuramediumcondensed.swf' };
sIFR.activate(futuramediumcondensed);

sIFR.replace(futuramediumcondensed, {
  selector: 'h1', 
  wmode: 'transparent', 
  src: 'futuramediumcondensed.swf', 
  css: [
		'.sIFR-root {color:#2eafd6;}' ]
});


jQuery(document).ready(function(){
	$("#nav")
	.superfish({
		hoverClass	: "sfHover",
		pathClass	: "overideThisToUse",
		delay		: 800,
		animation	: {opacity:"show",width:"show"},
		speed		: "normal",
		oldJquery	: false, /* set to true if using jQuery version below 1.2 */
		disableHI	: false, /* set to true to disable hoverIntent detection */
		onInit		: function(){},
		onBeforeShow	: function(){},
		onShow		: function(){},
		onHide		: function(){}
	})

	
	$("#nav li a:last").css("background","none");
	
	/* replace all media files */
	$("a.media").media();
	
	/* remove box from links */
	$("a").focus(function(){
		this.blur();
	});
		



	

});

