new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 3000,
  width: 180,
  height: 150,
  theme: {
    shell: {
      background: '#ffffff',
      color: '#6e6e6e'
    },
    tweets: {
      background: '#ffffff',
      color: '#5e5d5e',
      links: '#0057e3'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: false,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('LostDawnUK').start();
