									new TWTR.Widget({
									  version: 2,
									  type: 'profile',
									  rpp: 4,
									  interval: 6000,
									  width: 'auto',
									  height: 100,
									  theme: {
									    shell: {
									      background: '#ffffff',
									      color: '#000000'
									    },
									    tweets: {
									      background: '#ffffff',
									      color: '#000000',
									      links: '#e02424'
									    }
									  },
									  features: {
									    scrollbar: false,
									    loop: false,
									    live: true,
									    hashtags: true,
									    timestamp: true,
									    avatars: false,
									    behavior: 'all'
									  }
									}).render().setUser('DGCmedia_es').start();

