// twitter -- from twitter
new TWTR.Widget({
	  version: 2,
	  type: 'profile',
	  rpp: 2,
	  interval: 6000,
	  width: 'auto',
	  height: 300,
	  theme: {
	    shell: {
		background: '#fcfcff',
		color: '#454545'
	    },
	    tweets: {
		background: '#ffffff',
		color: '#575757',
		links: '#ebab07'
	    }
	  },
	  features: {
	    scrollbar: false,
	    loop: false,
	    live: false,
	    hashtags: true,
	    timestamp: true,
	    avatars: false,
	    behavior: 'all'
	  }
}).render().setUser('rtwmedia').start();
