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