new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 8,
  interval: 6000,
  width: '300',
  height: 350,
  theme: {
    shell: {
      background: 'transparent',
      color: '#544554'
    },
    tweets: {
      background: '#ffffff',
      color: '#666666',
      links: '#999999'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'default'
  }
}).render().setUser('FinanzWebTV').start();
