new TWTR.Widget({
  version: 2,
  type: 'search',
  search: '"tanakaai" -ich -ein -eine',
  interval: 6000,
  title: 'Everything we do at',
  subject: 'the twoffice',
  width: 290,
  height: 340,
  theme: {
    shell: {
      background: '#ffffff',
      color: '#666666'
    },
    tweets: {
      background: '#ffffff',
      color: '#444444',
      links: '#0000ff'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().start();