new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 1,
  interval: 2000,
  width: 200,
  height: 100,
  theme: {
    shell: {
		background: '#CBF2F2'
    },
    tweets: {
		background: '#F2FCFC',
		color: '#333',
		links: '#369E9C'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'default'
  }
}).render().setUser('diet_p_s_kanae').start();


