// JavaScript Document

<!--
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 1,
  interval: 6000,
  width: 177,
  height: 300,
  theme: {
    shell: {
      background: '#496e8c',
      color: '#edeff0'
    },
    tweets: {
      background: '#4c585c',
      color: '#e8e8e8',
      links: '#4aed05'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: false,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('Stiwdioun').start();
-->
