new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 5,
interval: 6000,
width: 200,
height: 150,
theme: {
shell: {
background: '#333',
color: '#fff'
},
tweets: {
background: '',
color: '',
links: '#093'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('chishiro_wind').start();
