// JavaScript Document
// <![CDATA[
new TWTR.Widget({
  version: 2,
  type: 'search',
  search: '#shadirelandfoundation',
  //search: '#kidneydisease',
  interval: 6000,
  title: 'Use #shadirelandfoundation to join the conversation',
  subject: 'Latest conversation for Shad Ireland Foundation',
  width: 300,
  height: 100,
  theme: {
    shell: {
      background: '#ffffff',
      color: '#000000'
    },
    tweets: {
      background: '#ffffff',
      color: '#444444',
      links: '#1985b5'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: false,
    timestamp: false,
    avatars: false,
    toptweets: true,
    behavior: 'default'
  }
}).render().start();
// ]]>
