var $j = jQuery.noConflict();

$j(function() {
		/* dropdown menu */
		$j('ul.menu-sf').superfish({
			speed:  'fast',
			animation:{opacity: "show", height: "show"}
		}); 
	var zIndexNumber = 1000;
	/* order divs to make dropdown work in IE */
		$j('div').each(function() {
			$j(this).css('zIndex', zIndexNumber);
			zIndexNumber -= 10;
		});
});

Cufon.replace('ul.menu-sf li a', { color: '#ffffff' });
Cufon.replace('#home_content h2', { fontFamily: 'Futura' });
Cufon.replace('#content h3', { fontFamily: 'Futura' });


var flashvars = {}
   var params = { 
      base: "."
   }              
   var attributes = {}
	params.wmode = "transparent";
	params.scale = "noborder";	
   swfobject.embedSWF("flash/fl_home_denver.swf", "flashcontent", "667", "457", "9.0.0", false, flashvars, params, attributes);

