new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 6,
  interval: 4500,
  width: 'auto',
  height: 200,
  theme: {
    shell: {
      background: '#782178',
      color: '#ffffff'
    },
    tweets: {
      background: '#993364',
      color: '#ffffff',
      links: '#ebe007'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    behavior: 'default'
  }
}).render().setUser('Machine_Force').start();
