// JavaScript Document

new TWTR.Widget({
  			version: 2,
  			type: 'profile',
 			 rpp: 2,
  			interval: 4000,
  			width: 175,
  			height: 50,
  			theme: {
    			shell: {
      			background: '#333333',
      			color: '#ffffff'
    			},
    			tweets: {
      			background: '#000000',
      			color: '#ffffff',
      			links: '#eb0739'
    			}
  			},
  			features: {
   			 scrollbar: true,
    			loop: false,
    			live: true,
    			hashtags: true,
    			timestamp: true,
    			avatars: false,
    			behavior: 'default'
  			}
			}).render().setUser('trackzapateria').start();
