new TWTR.Widget({
version: 2,
type: 'list',
rpp: 15,
interval: 6000,
title: 'Everything about World Surf',
subject: '',
width: 250,
height: 300,
theme: {
shell: {
background: '#a496ff',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#4049c2'
}
},
features: {
scrollbar: true,
loop: false,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'all'
}
}).render().setList('Quentin2Mollien', 'surf').start();