new TWTR.Widget({
version: 2,
type: ‘search’,
search: ‘aflhawks OR HawthornFC include:retweets’,
interval: 3000,
title: ‘Hawks news’,
subject: ‘GO HAWKS’,
width: ‘auto’,
height: 300,
theme: {
shell: {
background: ‘#bd7d0f’,
color: ‘#fafa00′
},
tweets: {
background: ‘#ffffff’,
color: ‘#444444′,
links: ‘#1985b5′
}
},
features: {
scrollbar: true,
loop: false,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
behavior: ‘all’
}
}).render().start();