new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 5,
interval: 7000,
width: 240,
height: 250,
theme: {
shell: {
background: '#eda11f',
color: '#ffffff'
},
tweets: {
background: '#949494',
color: '#ffffff',
links: '#4aed05'
}
},
features: {
scrollbar: true,
loop: true,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'default'
}
}).render().setUser('thehairycoo').start();
