new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 7,
interval: 30000,
width: 250,
height: 272,
theme: {
shell: {
  background: '#002b54',
  color: '#ffffff'
},
tweets: {
  background: '#ffffff',
  color: '#5e5d5e',
  links: '#ff5900'
}
},
features: {
scrollbar: true,
loop: false,
live: false,
behavior: 'all'
}
}).render().setUser('valeturoficial').start();
