(function($){

	$(window).load(function(){

		// set hovering image to foreground.
		$('#main div.feature div.map ul > li:lt(3)')
			.css({ zIndex: 100 })
			.hover(
				function(){
					$(this).css({ zIndex: 1000 });
				},
				function(){
					$(this).css({ zIndex: 100 });
				}
			)
		;

		// load top flash.
		var flashvars = {};
		var params = {
			wmode: 'transparent'
		};
		var attributes = {};
		swfobject.embedSWF('/chuko/library/222.swf', 'top_swf', '100%', '314', '9.0.0', '/chuko/library/223.swf', flashvars, params, attributes);
	});

})(jQuery);

