// JavaScript Document

new TWTR.Widget({
                  version: 2,
                  type: 'profile',
                  rpp: 30,
                  interval: 6000,
				  width: 352,
                  height: 300,
                  theme: {
                    shell: {
                      background: '#999999',
                      color: '#ffffff'
                    },
                    tweets: {
                      background: '#f8f8f8',
                      color: '#3865a4',
                      links: '#4aed05'
                    }
                  },
                  features: {
                    scrollbar: true,
                    loop: false,
                    live: false,
                    hashtags: true,
                    timestamp: true,
                    avatars: true,
                    behavior: 'all'
                  }
                }).render().setUser('yasuki2010').start();
