// JavaScript Document

new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 3,
  interval: 6000,
  width: 220,
  height: 200,
  theme: {
    shell: {
      background: '#440000',
      color: '#FCE562'
    },
    tweets: {
      background: '#ffffff',
      color: '#333333',
      links: '#ed1dab'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'default'
  }
}).render().setUser('TAKAZENKOBE').start();

new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 3,
  interval: 6000,
  width: 220,
  height: 200,
  theme: {
    shell: {
      background: '#440000',
      color: '#FBAA72'
    },
    tweets: {
      background: '#ffffff',
      color: '#333333',
      links: '#ed1dab'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'default'
  }
}).render().setUser('TAKAZENOSAKA').start();




new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 3,
  interval: 6000,
  width: 220,
  height: 200,
  theme: {
    shell: {
      background: '#440000',
      color: '#CEED7F'
    },
    tweets: {
      background: '#ffffff',
      color: '#333333',
      links: '#ed1dab'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'default'
  }
}).render().setUser('TAKAZENKYOTO').start();


new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 3,
  interval: 6000,
  width: 220,
  height: 200,
  theme: {
    shell: {
      background: '#440000',
      color: '#D0B7FA'
    },
    tweets: {
      background: '#ffffff',
      color: '#333333',
      links: '#ed1dab'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'default'
  }
}).render().setUser('TAKAZENNARA').start();

