//$.getScript("/common/js/jquery.mousewheel.js");
//$.getScript("/common/js/jScrollPane.js");


//=============================================
// display()
//=============================================
$(function() {
	$("#newsArea").bxSlider({
		alignment: 'vertical',
		controls: false,
		speed: 500,
		pager: false,
		auto: true,
		pause: 7000
	});
	$('#topCycleBan').cycle({
		random: 1,
		timeout:200000,
		delay: 0,
		fx: 'fade'
	});
//	$("#newsArea dl:last-child").addClass("btm");
//	$("#topSub dl:last-child").addClass("btm");
});

