new TWTR.Widget({
version: 2,
type: 'search',
search: '#radio_morioka',
interval: 6000,
title: '',
subject: '#radio_morioka',
width: 220,
height: 350,
theme: {
shell: {
background: '#1c1b1b',
color: '#efefef'
},
tweets: {
background: '#1c1b1b',
color: '#efefef',
links: '#158cbf'
}
},
features: {
scrollbar: false,
loop: false,
live: true,
hashtags: false,
timestamp: true,
avatars: true,
toptweets: true,
behavior: 'default'
}
}).render().start();
