// JavaScript Document
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 2,
  interval: 6000,
  width: 256,
  height: 160,
  theme: {
    shell: {
      background: '#BA2830',
      color: 'white'//'#383838'
    },
    tweets: {
      background: 'none',
      color: '#ffffff',
      links: '#f5831f'
    }},
  features: {
    scrollbar: true,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }}).render().setUser('smokehousegalry').start();
