﻿new TWTR.Widget({
  profile: true,
  id: 'twtr-profile-widget',
  loop: false,
  width: 190,
  height: 250,
  theme: {
    shell: {
      background: '#3082af',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#444444',
      links: '#1985b5'
    }
  }
}).render().setProfile('WebGuyDennis').start();