﻿new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 10,
  interval: 6000,
  width: 465,
  height: 270,
  theme: {
    shell: {
        background: 'none',
      color: '#0C5B95'
    },
    tweets: {
      background: 'none',
      color: '#444444',
      links: '#289BEF'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('@brackblizzard').start();
