new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 2,
  interval: 6000,
  width: 182,
  height: 230,
  theme: {
    shell: {
      background: '#ffffff',
      color: '#808080'
    },
    tweets: {
      background: '#ffffff',
      color: '#414141',
      links: '#919191'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('stantonoptical1').start();

