// JavaScript Document
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 11,
  interval: 6000,
  width: 195,
  height: 350,
  theme: {
    shell: {
      background: '#bf1b2b',
      color: '#ffffff'
    },
    tweets: {
      background: '#fff9b2',
      color: '#bf1b2b',
      links: '#331310'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('TienditaPeru').start();
