$(function(){
	$.ajaxSetup({
		cache: false,
		error: function() {
			$('#news > dd').find('p').text('現在新着情報は登録されていません。');
		}
	});
	// 最新5件表示
	$('#news > dd').load('/news/top/5');

	// ヴィジュアルflash読み込み
	$('#flashVisual').media({
		'src': 'images/top/top.swf',
		'width': 982,
		'height': 270
	});
});
