﻿$(document).ready(function()
{
    $('#seth-says-pane').jScrollPane({
        scrollbarWidth: 13,
        showArrows: true
    });    
});
