  new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 10,
  interval: 6000,
  width: 450,
  height: 210,
  theme: {
  shell: {
  background: '#00ff33',
  color: '#000000'
  },
  tweets: {
  background: '#730627',
  color: '#ffffff',
  links: '#07e0eb'
  }
  },
  features: {
  scrollbar: true,
  loop: false,
  live: false,
  hashtags: true,
  timestamp: true,
  avatars: true,
  behavior: 'all'
  }
  }).render().setUser('jenspen').start();
  
  // JavaScript Document
