// JavaScript Document
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 4000,
  width: 245,
  height: 300,
  theme: {
    shell: {
      background: '#B81235',
      color: '#f4f6f7'
    },
    tweets: {
      background: '#000000',
      color: '#ffffff',
      links: '#faf36e'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'default'
  }
}).render().setUser('BattlezonePaint').start();

