new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 6,
  interval: 6000,
  width: 180,
  height: 187,
  theme: {
    shell: {
      background: '#eaedfc',
      color: '#303030'
    },
    tweets: {
      background: '#ffffff',
      color: '#303030',
      links: '#454545'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().setUser('neptune_prod').start();

