// JavaScript Document

$(function()
{
	$('#index-contents-left #NewsBox').jScrollPane({
		showArrows:true,
		scrollbarWidth:11
		});
});
