new TWTR.Widget({
  profile: true,
  id: 'twtr-search-widget-muse',
  loop: true,
	width: 320,
	height: 250,
	rpp: 20,
	theme: {
    shell: {
	background: 'none',
	color: '#CCCCCC',
	links: '#4F6071',
	},
	tweets: {
	background: 'none',
	color: '#CCCCCC',
	links: '#4F6071',
    }
  }
}).render().setProfile('muse').start();
