
$(function() {
	$('#top_banner_05').hover(function() {
		$(this).attr('src','/assets/images/top/top_banner_05_mo.gif');
	}, function() {
		$(this).attr('src','/assets/images/top/top_banner_05.gif');
	});
	$('#top_banner_06').hover(function() {
		$(this).attr('src','/assets/images/top/top_banner_06_mo.gif');
	}, function() {
		$(this).attr('src','/assets/images/top/top_banner_06.gif');
	});
	$('#top_banner_07').hover(function() {
		$(this).attr('src','/assets/images/top/top_banner_07_mo.gif');
	}, function() {
		$(this).attr('src','/assets/images/top/top_banner_07.gif');
	});
	$('#top_banner_08').hover(function() {
		$(this).attr('src','/assets/images/top/top_banner_08_mo.gif');
	}, function() {
		$(this).attr('src','/assets/images/top/top_banner_08.gif');
	});
});


