// JavaScript Document
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 6000,
  width: 280,
  height: 300,
  theme: {
    shell: {
      background: '#ffffff',
      color: '#3d3d3d'
    },
    tweets: {
      background: '#e8e8e8',
      color: '#3d3d3d',
      links: '#3283ab'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('mmorgancreative').start();