TwitterConfig = {}

TwitterConfig.filtered = {
  version: 2,
  type: 'search',
  search: 'from:HaitiNet OR from:carelpedre OR from:britishredcross OR from:MSF_uk OR from:mercycorps OR from:InternetHaiti OR from:georgeshenry',
  interval: 3000,
  title: '',
  subject: '',
  width: 440,
  height: 400,
  theme: {
    shell: {
      background: '#fcfcfc',
      color: '#000000'
    },
    tweets: {
      background: '#ffffff',
      color: '#444444',
      links: '#1985b5'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}

TwitterConfig.haiti = {
  version: 2,
  type: 'search',
  search: '#haiti OR  near:Haiti within:100mi',
  interval: 3000,
  title: '',
  subject: '',
  width: 440,
  height: 400,
  theme: {
    shell: {
      background: '#fcfcfc',
      color: '#000000'
    },
    tweets: {
      background: '#ffffff',
      color: '#444444',
      links: '#1985b5'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'default'
  }
}

TwitterConfig.hash = {
  version: 2,
  type: 'search',
  search: '#haiti',
  interval: 3000,
  title: '',
  subject: '',
  width: 440,
  height: 400,
  theme: {
    shell: {
      background: '#fcfcfc',
      color: '#000000'
    },
    tweets: {
      background: '#ffffff',
      color: '#444444',
      links: '#1985b5'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}