For those of you who wanted to scroll the shouts but didnt want both scroll bars heres how.
First replace this:
Code:
<div id="vbshout">
Loading...
</div>
With this:
Code:
<div id="vbshout" style="overflow:auto;height:350px;width:100%;">
Loading...
</div>
Then find this:
Code:
cellspacing="3" border="0" width="95%" align="left">
and decrease the:
width="95%" untill the bottom scrollbar is gone.