new TWTR.Widget({
  version: 2,
  type: 'list',
  rpp: 30,
  interval: 6000,
  title: 'SDP. Kansan edustaja.',
  subject: 'SD-poliitikkojen Tweettejä',
  width: 210,
  height: 250,
  theme: {
    shell: {
      background: '#e3e1d8',
      color: '#cd000a'
    },
    tweets: {
      background: '#ffffff',
      color: '#333333',
      links: '#cd000a'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().setList('Demarit', 'sd-poliitikkoja').start();

