(function() {
  new TWTR.Widget({
    version: 2,
    type: 'profile',
    rpp: 5,
    interval: 6000,
    width: 300,
    height: 300,
    theme: {
      shell: {
        background: 'rgba(239,239,239,0.5)',
        color: '#000000'
      },
      tweets: {
        background: 'rgba(246,246,246,0.5)',
        color: '#000000',
        links: '#0091ff'
      }
    },
    features: {
      scrollbar: false,
      loop: false,
      live: false,
      hashtags: true,
      timestamp: true,
      avatars: false,
      behavior: 'all'
    }
  }).render().setUser('orangepillow').start();
})();


