// JavaScript Document
new TWTR.Widget({
  version: 2,
  type: 'search',
  search: 'megurofudou',
  interval: 6000,
  title: '商店街公式twitter',
  subject: 'megurofudou',
  width: 234,
  height: 300,
  theme: {
    shell: {
      background: '#7c973d',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#3f3f3f',
      links: '#00b3ff'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    toptweets: true,
    behavior: 'default'
  }
}).render().start();


new TWTR.Widget({
  version: 2,
  type: 'list',
  rpp: 30,
  interval: 6000,
  title: '加盟店公式twitter',
  subject: '目黒不動商店街振興組合',
  width: 234,
  height: 300,
  theme: {
    shell: {
      background: '#cd9e3f',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#3f3f3f',
      links: '#00b3ff'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'default'
  }
}).render().setList('daisukeikura', '目黒不動商店街振興組合').start();

