new TWTR.Widget({
  version: 2,
  type: 'search',
  search: '"medical waste" OR "biomedical waste" OR "umiwaste" OR "umi waste" OR "united medical industries" -bags -stericycle -medclean',
  interval: 12000,
  title: '',
  subject: '',
  width: 295,
  height: 250,
  theme: {
    shell: {
      background: 'transparent',
      color: 'transparent',
	margin: '0',
	padding: '0'
    },
    tweets: {
      background: 'transparent',
      color: '#666666',
      links: '#336699'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'default'
  }
}).render().start();

