
/* flash */
$(function(){
	$('#index_first').flash({
			swf: '/atlas-club/images/index_first.swf',
			width: '920',
			height: '320',
			params: {
				allowScriptAccess: 'always',
				wmode: 'transparent'
			}
	});
});

$(function(){
	$('#home_first').flash({
			swf: '/atlas-club/images/home_first.swf',
			width: '920',
			height: '320',
			params: {
				allowScriptAccess: 'always',
				wmode: 'transparent'
			}
	});
});



