new TWTR.Widget({
  version: 2,
  type: 'search',
  search: '#hr100 OR hardrock100',
  interval: 8000,
  title: 'Hardrock Hundred',
  subject: 'Follow Hardrock Hundred 2011',
  width: 300,
  height: 300,
  theme: {
    shell: {
      background: '#714e24',
      color: '#ffffff'
    },
    tweets: {
      background: '#f8debb',
      color: '#291b0c',
      links: '#1985b5'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    toptweets: false,
    behavior: 'default'
  }
}).render().start();

