/*new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 5,
  interval: 6000,
  width: 400,
  height: 230,
  theme: {
    shell: {
      background: '#333333',
      color: '#CCCCCC'
    },
    tweets: {
      background: '#666666',
      color: '#CDCDCD',
      links: '#0740EB'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('malabarraca').start();*/


new TWTR.Widget({
  version: 2,
  type: 'search',
  search: '#PasoliniMB',
  interval: 6000,
  title: 'La religión de mi tiempo',
  subject: 'Pasolini',
  width: 400,
  height: 230,
  theme: {
    shell: {
      background: '#333333',
      color: '#CCCCCC'
    },
    tweets: {
      background: '#666666',
      color: '#CDCDCD',
      links: '#0740EB'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().start();

