
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 10,
  interval: 10000,
  width: 220,
  height: 70,
  theme: {
    shell: {
      background: '#3e4a6a',
      color: '#ffffff'
    },
    tweets: {
      background: '#a7b1cc',
      color: '#243357',
      links: '#243357'
    }
  },
  features: {
    scrollbar: true,
    loop: true,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'default'
  }
}).render().setUser('flsart').start();

