// JavaScript Document
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 6000,
  width: 250,
  height: 230,
  theme: {
    shell: {
      background: '#333333',
      color: '#fe541b'
    },
    tweets: {
      background: '#1f1f1f',
      color: '#d4d4d4',
      links: '#fe541b'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'default'
  }
}).render().setUser('tinojunior').start();
