new TWTR.Widget({
			  version: 2,
			  type: 'profile',
			  rpp: 10,
			  interval: 4000,
			  width: 250,
			  height: 100,
			  theme: {
			    shell: {
			      background: '#81BEF7',
			      color: '#193d6d'
			    },
			    tweets: {
			      background: '#ffffff',
			      color: '#575757',
			      links: '#83a4ac'
			    }
			  },
			  features: {
			    scrollbar: false,
			    loop: true,
			    live: true,
			    hashtags: true,
			    timestamp: true,
			    avatars: false,
			    behavior: 'default'
			  }
			}).render().setUser('BluegrassHost').start();
