/* Twitter ŒöŽ®Widget */
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 6000,
  width: 200,
  height: 462,
  theme: {
    shell: {
      background: '#eeeeee',
      color: '#33ccff'
    },
    tweets: {
      background: '#ffffff',
      color: '#000000',
      links: '#33ccff'
    }
  },
  footer: "Follow me",
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: false,
    timestamp: true,
    avatars: false,
    behavior: 'default'
  }
}).render().setUser('fujiidaimaru').start();

