new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 8,
  interval: 6000,
  width: 'auto',
  height: 270,
  theme: {
    shell: {
      background: '#efefff',
      color: '#666666'
    },
    tweets: {
      background: '#ffffff',
      color: '#333333',
      links: '#ff6633'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().setUser('john_studio').start();

