// JavaScript Document

jQuery(function()
{
	jQuery('.Scroll1 dl').jScrollPane({
		showArrows:true,
		scrollbarWidth:10
	});
	jQuery('.Scroll2 dl').jScrollPane({
		showArrows:true,
		scrollbarWidth:10
	});

	jQuery('.Scroll3 #tweet').jScrollPane({
		showArrows:true,
		scrollbarWidth:10
	});
});
