	new TWTR.Widget({
	  version: 2,
	  type: 'profile',
	  rpp: 15,
	  interval: 6000,
	  subject: 'Твит-лента',
	  width: 350,
	  height: 350,
	  theme: {
		shell: {
		  background: '#000000',
		  color: '#ffffff'
		},
		tweets: {
		  background: '#000000',
		  color: '#ffffff',
		  links: '#82deff'
		}
	  },
	  features: {
		scrollbar: false,
		loop: false,
		live: true,
		hashtags: true,
		timestamp: true,
		avatars: false,
		behavior: 'all'
	  }
	}).render().setUser('Dekmabot').start();
