// JavaScript Document
jQuery(function()
{
	jQuery('.Scroll1 #tweet').jScrollPane({
		showArrows:true,
		scrollbarWidth:7
	});
});

