new TWTR.Widget({

  version: 2,

  type: 'profile',

  rpp: 2,

  interval: 6000,

  width: 175,

  height: 225,

  theme: {

    shell: {

      background: '#bdbdbd',

      color: '#000000'

    },

    tweets: {

      background: '#ededed',

      color: '#000000',

      links: '#007dfa'

    }

  },

  features: {

    scrollbar: false,

    loop: false,

    live: false,

    hashtags: true,

    timestamp: true,

    avatars: false,

    behavior: 'all'

  }

}).render().setUser('shopvanalles').start();

