new TWTR.Widget({
  version: 2,
  type: 'search',
  search: '#ipremia',
  interval: 6000,
  title: 'Интернет премия Энквайр',
  //subject: 'Сообщество',
  width: '100%',
  height: 180,
  theme: {
    shell: {
      background: '#8ec1da',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#444444',
      links: '#B65600'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    toptweets: true,
    behavior: 'default'
  }
}).render().start();

