// JavaScript Document
window.addEvent('domready', function() {
	var scr = new ScrollBar('notice1', 'notice2', {
		'hScroll': false
		});
}); 