// Twitter Widget for Dont Hug Cacti

new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 6,
  interval: 6000,
  width: 632,
  height: 150,
  theme: {
    shell: {
      background: '#f9f37b',
      color: '#05683a'
    },
    tweets: {
      background: '#f7f7f7',
      color: '#1d0e00',
      links: '#c369c3'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('DontHugCacti').start();

