﻿new TWTR.Widget({
  version: 2,
  type: 'search',
  search: '#bizitwe',
  interval: 6000,
  title: '',
  subject: 'WebExpo Startup Meetup',
  width: 306,
  height: 220,
  theme: {
    shell: {
      background: '#303030',
      color: '#ffffff'
    },
    tweets: {
      background: '#000000',
      color: '#ffffff',
      links: '#1985b5'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: false,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().start();
