$(function() {
	$('#content_home').flash({
		src: '/flash/home.swf',
		width: 650,
		height: 210,
		wmode: 'transparent'
	});
	$('#map').flash({
		src: '/flash/map2.swf',
		width: 650,
		height: 250,
		wmode: 'transparent'
	});
});
