new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 6000,
  width: 445,
  height: 300,
  theme: {
    shell: {
      background: '#7da2d9',
      color: '#ffffff'
    },
    tweets: {
      background: '#d7e2f4',
      color: '#000000',
      links: '#1a55cc'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('websterkc').start();
