new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 2,
  interval: 200,
  width: 630,
  height: 200,
  theme: {
    shell: {
      background: 'transparent',
      color: '#0a2b3d'
    },
    tweets: {
      background: 'transparent',
      color: '#0a2b3d',
      links: '#7187c7'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'default'
  }
}).render().setUser('scwebi').start();
