﻿/*
 tottoko hamutaro 用
 http://widgets.twimg.com/j/2/widget.js が必要
*/

new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 10,
  interval: 6000,
  width: '195',
  height: 300,
  theme: {
    shell: {
      background: '#ffa200',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffeb99',
      color: '#757575',
      links: '#12a12e'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('tottokohamutaro').start();
