			new TWTR.Widget({
			  version: 2,
			  type: 'profile',
			  rpp: 4,
			  interval: 6000,
			  width: "auto",
			  height: 300,
			  theme: {
				shell: {
				  background: '#FF6894',
				  color: '#ffffff'
				},
				tweets: {
				  background: '#ffffff',
				  color: '#666666',
				  links: '#FFCC93'
				}
			  },
			  features: {
				scrollbar: false,
				loop: false,
				live: false,
				hashtags: true,
				timestamp: true,
				avatars: false,
				behavior: 'all'
			  }
			}).render().setUser('ikeclin').start();

