function twitter(){

		new TWTR.Widget({
          version: 2,
          type: 'profile',
          rpp: 20,
          interval: 6000,
          width: 'auto',
          height: 450,
          theme: {
            shell: {
              background: '#97cc40',
              color: '#ffffff'
            },
            tweets: {
              background: '#ffffff',
              color: '#9e7895',
              links: '#d420c8'
            }
          },
          features: {
            scrollbar: true,
            loop: true,
            live: true,
            hashtags: true,
            timestamp: true,
            avatars: false,
            behavior: 'default'
          }
        }).render().setUser('osapo_jp').start();
}
