					new TWTR.Widget({
					  version: 2,
					  type: 'profile',
					  rpp: 4,
					  interval: 6000,
					  width: 220,
					  height: 200,
					  theme: {
					    shell: {
					      background: '#375384',
					      color: '#ffffff'
					    },
					    tweets: {
					      background: '#ffffff',
					      color: '#3f5788',
					      links: '#7e9100'
					    }
					  },
					  features: {
					    scrollbar: false,
					    loop: false,
					    live: false,
					    hashtags: true,
					    timestamp: true,
					    avatars: false,
					    behavior: 'all'
					  }
					}).render().setUser('ACECMA').start();
