new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 2,
  interval: 6000,
  width: 250,
  height: 100,
  theme: {
    shell: {
      background: '#2aaad7',
      color: '#5b5b5b'
    },
    tweets: {
      background: '#fffffe',
      color: '#5b5b5b',
      links: '#8a8a8a'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: false,
    hashtags: false,
    timestamp: false,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('Brock_Auto_Part').start();


