new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 6,
interval: 60,
width: 660,
height: 320,
theme: {
shell: {
  background: '#f7da6d',
  color: '#3300ff'
},
tweets: {
  background: '#3300ff',
  color: '#ffffff',
  links: '#f7da6d'
}
},
features: {
scrollbar: true,
loop: false,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'all'
}
}).render().setUser('laservers').start();
