// JavaScript Document
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 3,
interval: 6000,
width: 189,
height: 250,
theme: {
shell: {
background: 'none',
color: '#FBB03B'
},
tweets: {
background: 'none',
color: '#B5A28F',
links: '#C67C1A'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('GARYUmeki').start();

