Here is the script I’m using:
<script>
new TWTR.Widget({
version: 2,
type: 'search',
search: 'from:TheatreInPark OR @TheatreInPark',
interval: 10000,
title: '@TheatreInPark',
subject: 'What People Are Saying...',
width: 245,
height: 323,
theme: {
shell: {
background: 'transparent',
color: '#ffffff'},
tweets: {
background: 'transparent',
color: '#ffffff',
links: '#c49d63'}},
features: {
scrollbar: false,
loop: true,
live: true,
behavior: 'default'}
}).render().start();
</script>