new TWTR.Widget({
version: 2,
type: 'search',
search: 'ORCL_InfraRed',
interval: 10000,
title: 'Inside news and all the buzz about Sun x86 Clustered Systems.',
subject: 'Oracle InfraRed',
width: 'auto',
height: 300,
theme: {
shell: {
background: '#ff0000',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#1985b5'
}
},
features: {
scrollbar: false,
loop: true,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
toptweets: true,
behavior: 'default'
}
}).render().start();