new TWTR.Widget({
  version: 2,
  type: 'search',
  search: '#studentlifelv OR #kojas OR #lekcijas OR #augstskola OR #studijas OR @studentlifelv ',
  interval: 30000,
  title: '#kojas #augstskola #lekcijas #studijas',
  subject: '#studentlifelv',
  width: 'auto',
  rpp: 6,
  theme: {
    shell: {
      background: '#ffffff',
      color: '#706970'
    },
    tweets: {
      background: '#ffffff',
      color: '#444444',
      links: '#265797'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: false,
    avatars: true,
    toptweets: true,
    behavior: 'all'
  }
}).render().start();
