//
new TWTR.Widget({
version: 2,
type: ‘profile’,
rpp: 6,
interval: 30000,
width: ‘auto’,
height: 250,
theme: {
shell: {
background: ‘#1bcbd1′,
color: ‘#000000′
},
tweets: {
background: ‘#ffffff’,
color: ‘#000000′,
links: ‘#07c9eb’
}
},
features: {
scrollbar: false,
loop: false,
live: false,
behavior: ‘all’
}
}).render().setUser(‘pumocat’).start();

















