new TWTR.Widget({
  version: 2,
  type: 'search',
  search: 'advertising OR marketing, rochester -MI -NH -MN -#eBay -hills',
  interval: 6000,
  title: 'Rochester Ad and Marcomm Buzz',
  subject: '',
  width: 522,
  height: 300,
  theme: {
    shell: {
      background: '#ffffff',
      color: '#1FAAB6'
    },
    tweets: {
      background: '#ffffff',
      color: '#444444',
      links: '#1FAAB6'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'default'
  }
}).render().start();

