new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 6000,
  width: 220,
  height: 350,
  theme: {
    shell: {
      background: '#000033',
      color: '#ebebf3'
    },
    tweets: {
      background: '#ebebf3',
      color: '#000033',
      links: '#081bf2'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('iPodiums').start();