				new TWTR.Widget({ 				 version: 2,				  type: 'profile',				  rpp: 4,				  interval: 5000,				  height: 100,				  width: 217,				   theme: {				    shell: {				      background: 'transparent',				      color: '#5a5b5b'				    },				     tweets: {				      background: 'transparent',				      color: '#5a5b5b',				      links: '#8d8e8e'				    }				  },				  features: {				    scrollbar: false,				    loop: true,				    live: false,				    hashtags: true,				    timestamp: false,				    avatars: false,				    behavior: 'all'				  }				}).render().setUser('upandrunningOH').start();
