new TWTR.Widget({
  version: 2,
  type: 'list',
  rpp: 30,
  interval: 6000,
  title: 'Us On Twitter',
  subject: '',
  width: twitWidth,
  height: twitHeight,
  theme: {
      shell: {
      background: '#444',
      color: '#ffffff'
    },
    tweets: {
      background: '#222',
      color: '#fff',
      links: '#1985b5'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().setList('stephenmott', 'hiatusproject').start();

