new TWTR.Widget({
  version: 2,
  type: 'list',
  rpp: 6,
  interval: 5000,
  title: '',
  subject: '',
  width: 'auto',
  height: 317,
  theme: {
    shell: {
      background: '#ffffff',
      color: '#cc6600'
    },
    tweets: {
      background: '#ffffff',
      color: '#333333',
      links: '#0033cc'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().setList('bendbugle', 'centraloregon').start();
