// JavaScript Document
new TWTR.Widget({
  version: 2,
  type: 'search',
  search: '@roxpublicidade',
  interval: 5000,
  title: '',
  subject: '',
  width: 460,
  height: 300,
  theme: {
    shell: {
      background: '#ccdfe8',
      color: '#ffffff'
    },
    tweets: {
      background: '#ccdfe8',
      color: '#444444',
      links: '#00354e'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: false,
    timestamp: true,
    avatars: true,
    toptweets: true,
    behavior: 'default'
  }
}).render().start();
