// JavaScript Document

new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 10,
interval: 6000,
width: 383,
height: 235,
theme: {
shell: {
background: '#ffffff',
color: '#4f4f4f'
},
tweets: {
background: '#ffffff',
color: '#4f4f4f',
links: '#6e9300'
}
},
features: {
scrollbar: true,
loop: false,
live: true,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('fleur_shibuya').start();
