$(document).ready(function() {

	//CAROUSEL
	$('#carousel').jcarousel({
		scroll: 1,
		wrap: 'both',
        buttonNextHTML: '<a> </a>',
		buttonPrevHTML: '<a> </a>'
    });
	
	//PNG FIX
	//DD_belatedPNG.fix('a, h1, #find-location, #frequent-framers, #frequent-bottom, input, img, .jcarousel-container');
	
	//IE6 LI DROPDOWN FIX
	$('#navigation > ul > li').hover(function(){
	
		$(this).children('ul').css({left:'auto'});
		
	},function(){
			
			$(this).children('ul').css({left:'-999em'});
												  
	});
		
		/*
	//FLASH
	var flashvars = {};
	var params = {
	  wmode: "transparent"
	};
	var attributes = {};
	
	
	//alert("<%=storeShopForArtLink%>");
	
	
	swfobject.embedSWF("/images/fci/dtw/feature/DTW_main_001.swf", "flash-content", "890", "280", "9.0.0","expressInstall.swf", flashvars, params, attributes);
	*/
	
	
});

