var twitness = new TWTR.Widget({
						  version: 2,
						  type: 'profile',
						  rpp: 1,
						  interval: 6000,
						  width: 'auto',
						  height: 300,
						  theme: {
						    shell: {
						      background: '#ffffff',
						      color: '#575757'
						    },
						    tweets: {
						      background: '#ffffff',
						      color: '#636363',
						      links: '#5093c7'
						    }
						  },
						  features: {
						    scrollbar: false,
						    loop: false,
						    live: false,
						    hashtags: true,
						    timestamp: true,
						    avatars: false,
						    behavior: 'all'
						  }
					}).render().setUser('weareOpia').start();
