new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 3,
  interval: 6000,
  width: '178',
  height: 250,
  theme: {
    shell: {
      background: '#ff3333',
      color: '#ffffff'
    },
    tweets: {
      background: '#fee7e7',
      color: '#000000',
      links: '#eb0707'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: false,
    avatars: true,
    behavior: 'all'
  }
}).render().setUser('chianti2002').start();

