new TWTR.Widget({
	version: 2,
  	type: 'profile',
	rpp: 4,
  	interval: 6000,
	width: 224,
	height: 300,
	theme: {
		shell: {
			background: '#202020',
	     		color: '#b0b0b0'
		},
   		tweets: {
			background: '#404040',
      			color: '#e0e0e0',
      			links: '#58a0f0'
    		}
  	},
	features: {
    		scrollbar: false,
    		loop: false,
    		live: false,
    		hashtags: true,
    		timestamp: false,
    		avatars: false,
    		behavior: 'all'
  	}
}).render().setUser('Cyndi_Crotts').start();
