new TWTR.Widget({
	  version: 2,
	  type: 'profile',
	  rpp: 5,
	  interval: 6000,
	  width: 'auto',
	  height: 500,
	  theme: {
	    shell: {
	      background: 'transparent',
	      color: '#000000'
	    },
	    tweets: {
	      background: 'transparent',
	      color: '#666666',
	      links: '#006ea1'
	    }
	  },
	  features: {
	    scrollbar: false,
	    loop: false,
	    live: false,
	    hashtags: true,
	    timestamp: true,
	    avatars: false,
	    behavior: 'all'
	  }
	}).render().setUser('novareklama').start();
