new TWTR.Widget({
  version: 2,
  type: 'search',
  search: 'Win a copy of @appsafari',
  interval: 2000,
  title: '',
  subject: 'Live Entries',
  width: 480,
  height: 185,
  theme: {
    shell: {
      background: '#ffffff',
      color: '#000000'
    },
    tweets: {
      background: '#ffffff',
      color: '#444444',
      links: '#4775bf'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'default'
  }
}).render().start();

